-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 838 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "fhe",
"version": "0.0.4",
"description": "A reference library for the qCrypt implementation of Fully Homomorphic Encryption (FHE) by Craig Gentry",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/narruc/node-gentry.git"
},
"keywords": [
"node",
"gentry",
"encryption",
"homomorphic",
"fully",
"homomorphic",
"post-quantum",
"quantum-secure",
"lattice",
"r-lwe",
"ring",
"learning",
"with",
"errors"
],
"author": "Shane Curran",
"license": "GPL",
"bugs": {
"url": "https://github.com/narruc/node-gentry/issues"
},
"homepage": "https://github.com/narruc/node-gentry#readme",
"dependencies": {
"big-integer": "^1.6.17",
"csprng": "^0.1.1"
}
}