File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change 12
12
"url" : " https://paulmillr.com"
13
13
}
14
14
],
15
- "repository" : " github: ethereum/js-ethereum-cryptography" ,
15
+ "repository" : " https://github.com/ ethereum/js-ethereum-cryptography" ,
16
16
"license" : " MIT" ,
17
- "keywords" : [
18
- " ethereum" ,
19
- " cryptography" ,
20
- " digital signature" ,
21
- " hash" ,
22
- " encryption" ,
23
- " prng" ,
24
- " keccak" ,
25
- " scrypt" ,
26
- " pbkdf2" ,
27
- " sha-256" ,
28
- " ripemd-160" ,
29
- " blake2b" ,
30
- " aes" ,
31
- " advanced encryption standar" ,
32
- " secp256k1" ,
33
- " ecdsa" ,
34
- " bip32" ,
35
- " hierarchical deterministic keys" ,
36
- " hdwallet" ,
37
- " hdkeys"
38
- ],
39
17
"main" : " ./index.js" ,
40
18
"files" : [
41
19
" src" ,
47
25
],
48
26
"dependencies" : {
49
27
"micro-base" : " ^0.10.0" ,
50
- "@noble/hashes" : " ^0.5.0 " ,
28
+ "@noble/hashes" : " ^0.5.1 " ,
51
29
"@noble/secp256k1" : " ^1.3.3"
52
30
},
53
31
"browser" : {
97
75
"webpack" : " ^4.39.3" ,
98
76
"webpack-cli" : " ^3.3.8"
99
77
},
78
+ "keywords" : [
79
+ " ethereum" ,
80
+ " cryptography" ,
81
+ " digital signature" ,
82
+ " hash" ,
83
+ " encryption" ,
84
+ " prng" ,
85
+ " keccak" ,
86
+ " scrypt" ,
87
+ " pbkdf2" ,
88
+ " sha-256" ,
89
+ " ripemd-160" ,
90
+ " blake2b" ,
91
+ " aes" ,
92
+ " advanced encryption standar" ,
93
+ " secp256k1" ,
94
+ " ecdsa" ,
95
+ " bip32" ,
96
+ " hierarchical deterministic keys" ,
97
+ " hdwallet" ,
98
+ " hdkeys"
99
+ ],
100
100
"targets" : {
101
101
"parcel_tests" : {
102
102
"context" : " browser"
You can’t perform that action at this time.
0 commit comments