用eccrypto加解密,用crypto签名。互相转换压缩和非压缩公钥

This commit is contained in:
Luk Lu
2020-02-20 13:36:44 +08:00
parent c494dd51de
commit 09d831af00
6 changed files with 726 additions and 79 deletions

View File

@@ -3,9 +3,11 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"bignumber.js": "^9.0.0",
"big-integer": "^1.6.48",
"bitcore-mnemonic": "^8.16.0",
"bs58check": "^2.1.1",
"eccrypto": "^1.1.3",
"js-crypto-key-utils": "^0.7.3",
"keccak": "^2.1.0",
"tweetnacl": "^1.0.3",
"uuid": "^3.3.2"