Releases: paulmillr/noble-ciphers
Releases · paulmillr/noble-ciphers
1.1.3
1.1.2
- Prohibit input and output overlaps
- Reusing same buffer still works when indexes do not overlap with each other
Full Changelog: 1.1.1...1.1.2
1.1.1
1.1.0
- Improve input validation logic: move key, nonce & input validation into wrapCipher
- Explicitly prohibit calling cipher more than once
- Speed-up byte array checks
- Decrease bundle size, improve tree-shaking
New Contributors
Full Changelog: 1.0.0...1.1.0
1.0.0
- First audited version
- Prohibit AES-GCM nonces smaller than 8 bytes
- Hide unnecessary data exposure in AES errors
- Improve FF1 type checks
- Add support for node.js v14
Full Changelog: 0.6.0...1.0.0
0.6.0
0.5.3
- arx: Remove hard-dependency on TextEncoder
- arx: Export
sigma
variable for hsalsa - Include default value for AAD argument in webcrypto aes-gcm algorithm
New Contributors
- @antonioconselheiro made their first contribution in #34
Full Changelog: 0.5.2...0.5.3
0.5.2
0.5.1
Import bugfix
New Contributors
- @mirceanis made their first contribution in #25
Full Changelog: 0.5.0...0.5.1
0.5.0
- Merge all webcrypto modules into one
@noble/ciphers/webcrypto
- Improve type check for chacha options, to ensure proper work in next.js-like environments
- Improve tree-shaking
Full Changelog: 0.4.1...0.5.0