@cardano-sdk/crypto 0.1.20 → 0.1.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  # Cardano JS SDK | Crypto
2
2
 
3
- This package provides a set of high level primitives to perform hashing, signature generation/verification, import private keys from BIP39
4
- mnemonics, and derive BIP32-Ed25519 extended signing keys.
5
-
6
- > **Warning**
7
- > The libsodium crypto provider has not yet been audited. Use at this stage is at own risk
3
+ This package provides a set of high level primitives to perform hashing, signature generation/verification, import
4
+ private keys from BIP39 mnemonics, and derive BIP32-Ed25519 extended signing keys. An [audit](./AUDIT.md) of the
5
+ libsodium implementation was conducted in November 2023.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cardano-sdk/crypto",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "description": "Cryptographic types and functions for Cardano. Warning: The libsodium crypto provider has not yet been audited. Use at this stage is at own risk",
5
5
  "engines": {
6
6
  "node": ">=16.20.2"
@@ -83,5 +83,5 @@
83
83
  "LICENSE",
84
84
  "NOTICE"
85
85
  ],
86
- "gitHead": "17887140f948a61653e01c781c7aa6e3e40d9e38"
86
+ "gitHead": "638dddd96c0687f062913232785b9ecab19d69df"
87
87
  }