use @noble/ciphers instead of webcrypto on nip04.

This commit is contained in:
fiatjaf
2024-02-17 18:15:42 -03:00
parent db6baf2e6b
commit 84f9881812
3 changed files with 8 additions and 23 deletions

View File

@@ -208,7 +208,7 @@
},
"license": "Unlicense",
"dependencies": {
"@noble/ciphers": "0.2.0",
"@noble/ciphers": "^0.5.1",
"@noble/curves": "1.2.0",
"@noble/hashes": "1.3.1",
"@scure/base": "1.1.1",