chore: avoid SubtleCrypto

This commit is contained in:
2023-03-16 17:10:17 +00:00
parent 84ad3556a7
commit 424c7c79d7
3 changed files with 7 additions and 7 deletions

View File

@ -24,6 +24,7 @@
"semi": false
},
"dependencies": {
"@noble/hashes": "^1.2.0",
"@noble/secp256k1": "^1.7.1",
"bech32": "^2.0.0",
"events": "^3.3.0",