We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3444856 commit da26806Copy full SHA for da26806
packages/ethereum-cryptography/package.json
@@ -12,7 +12,25 @@
12
"license": "MIT",
13
"keywords": [
14
"ethereum",
15
- "cryptography"
+ "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"
34
],
35
"main": "./index.js",
36
"types": "./index.d.ts",
0 commit comments