cardano-crypto.js
Advanced tools
Comparing version 3.1.0 to 3.1.1
{ | ||
"name": "cardano-crypto.js", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "input-output-hk/cardano-crypto compiled to pure javascript using Emscripten", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -48,3 +48,3 @@ # cardano-crypto.js | ||
* `Buffer derivePublic(Buffer parentExtPubKey, int index, int derivationMode)` | ||
* `Buffer blake2b256(Buffer input)` | ||
* `Buffer blake2b(Buffer input, outputLen)` | ||
* `Buffer sha3_256(Buffer input)` | ||
@@ -51,0 +51,0 @@ * `Buffer chacha20poly1305Encrypt(Buffer input, Buffer key, Buffer nonce)` |
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
244011