cryptonite v0.25 Release Notes

    • ๐Ÿ‘Œ Improve digest binary conversion efficiency
    • ๐Ÿ‘ AES CCM support
    • โž• Add MonadFailure instance for CryptoFailable
    • ๐Ÿ“š Various misc improvements on documentation
    • ๐Ÿ‘ Edwards25519 lowlevel arithmetic support
    • P256 add point negation
    • ๐Ÿ‘Œ Improvement in ECC (benchmark, better normalization)
    • Blake2 improvements to context size
    • ๐Ÿ‘‰ Use gauge instead of criterion
    • ๐Ÿ‘ท Use haskell-ci for CI scripts
    • ๐Ÿ‘Œ Improve Digest memory representation to be 2 less Ints and one less boxing moving from UArray to Block