All Versions
28
Latest Version
Avg Release Cycle
-
Latest Release
-

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