dilithium-crystals-js 1.1.1 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +10 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "dilithium-crystals-js",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.2",
|
4
4
|
"main": "src/node/index.js",
|
5
5
|
"browser": "dist/dilithium.min.js",
|
6
6
|
"files": [
|
@@ -14,9 +14,16 @@
|
|
14
14
|
"build": "webpack"
|
15
15
|
},
|
16
16
|
"keywords": [
|
17
|
-
"dilithium",
|
17
|
+
"crystals-dilithium",
|
18
18
|
"post-quantum",
|
19
|
-
"cryptography"
|
19
|
+
"cryptography",
|
20
|
+
"digital-signature",
|
21
|
+
"lattice-based",
|
22
|
+
"quantum-resistant",
|
23
|
+
"public-key",
|
24
|
+
"crypto-algorithm",
|
25
|
+
"nist-pqc",
|
26
|
+
"authentication"
|
20
27
|
],
|
21
28
|
"author": "Miloš Mirković",
|
22
29
|
"license": "ISC",
|