All Versions
28
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v0.8 Changes
- โ Add support for ChaChaPoly1305 Nonce Increment (John Galt)
- ๐ Move repository to the haskell-crypto organisation
-
v0.7 Changes
- โ Add PKCS5 / PKCS7 padding and unpadding methods
- ๐ Fix ChaChaPoly1305 Decryption
- โ Add support for BCrypt (Luke Taylor)
-
v0.6 Changes
- โ Add ChaChaPoly1305 AE cipher
- โ Add instructions in README for building on old OSX
- ๐ Fix blocking /dev/random Andrey Sverdlichenko
-
v0.5 Changes
- ๐ Fix all strays exports to all be under the cryptonite prefix.
-
v0.4 Changes
- โ Add a System DRG that represent a referentially transparent of evaluated bytes while using lazy evaluation for future entropy values.
-
v0.3 Changes
- ๐ Allow drgNew to run in any MonadRandom, providing cascading initialization
- โ Remove Crypto.PubKey.HashDescr in favor of just having the algorithm specified in PKCS15 RSA function.
- ๐ Fix documentation in cipher sub section (Luke Taylor)
- Cleanup AES dead functions (Luke Taylor)
- ๐ Fix Show instance of Digest to display without quotes similar to cryptohash
- ๐ Use scrubbed bytes instead of bytes for P256 scalar
-
v0.2 Changes
- ๐ Fix P256 compilation and exactness, + add tests
- โ Add a raw memory number serialization capability (i2osp, os2ip)
- ๐ Improve tests for number serialization
- ๐ Improve tests for ECC arithmetics
- โ Add Ord instance for Digest (Nicolas Di Prima)
- ๐ Fix entropy compilation on windows 64 bits.
-
v0.1 Changes
- ๐ Initial release