Skip to content

Commit da26806

Browse files
committed
Add more tags
1 parent 3444856 commit da26806

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

packages/ethereum-cryptography/package.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,25 @@
1212
"license": "MIT",
1313
"keywords": [
1414
"ethereum",
15-
"cryptography"
15+
"cryptography",
16+
"digital signature",
17+
"hash",
18+
"encryption",
19+
"prng",
20+
"keccak",
21+
"scrypt",
22+
"pbkdf2",
23+
"sha-256",
24+
"ripemd-160",
25+
"blake2b",
26+
"aes",
27+
"advanced encryption standar",
28+
"secp256k1",
29+
"ecdsa",
30+
"bip32",
31+
"hierarchical deterministic keys",
32+
"hdwallet",
33+
"hdkeys"
1634
],
1735
"main": "./index.js",
1836
"types": "./index.d.ts",

0 commit comments

Comments
 (0)