cardano-crypto.js
Advanced tools
Comparing version 5.2.0 to 5.3.0
@@ -694,2 +694,3 @@ const bip39 = require('bip39-light') | ||
scrypt, | ||
toPublic, | ||
_mnemonicToSeedV1: mnemonicToSeedV1, | ||
@@ -696,0 +697,0 @@ _seedToKeypairV1: seedToKeypairV1, |
{ | ||
"name": "cardano-crypto.js", | ||
"version": "5.2.0", | ||
"version": "5.3.0", | ||
"description": "input-output-hk/cardano-crypto compiled to pure javascript using Emscripten", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -48,2 +48,3 @@ # cardano-crypto.js | ||
* `Buffer derivePublic(Buffer parentExtPubKey, int index, int derivationScheme)` | ||
* `Buffer toPublic(Buffer privateKey)` | ||
* `Buffer decodePaperWalletMnemonic(string paperWalletMnemonic)` | ||
@@ -50,0 +51,0 @@ * `Buffer xpubToHdPassphrase(Buffer xpub)` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
279612
2303
70