cryptonite v0.21 Release Notes

    • โฌ‡๏ธ Drop automated tests with GHC 7.0, GHC 7.4, GHC 7.6. support dropped, but probably still working.
    • ๐Ÿ‘Œ Improve non-aligned support in C sources, ChaCha and SHA3 now probably work on arch without support for unaligned access. not complete or tested.
    • โž• Add another ECC framework that is more flexible, allowing different implementations to work instead of the existing Pure haskell NIST implementation.
    • โž• Add ECIES basic primitives
    • โž• Add XSalsa20 stream cipher
    • ๐Ÿ–จ Process partial buffer correctly with Poly1305