cryptonite v0.9 Release Notes

    • Quiet down unused module imports
    • ๐Ÿšš Move Curve25519 over to Crypto.Error instead of using Either String.
    • โž• Add documentation for ChaChaPoly1305
    • โž• Add missing documentation for various modules
    • โž• Add a way to create Poly1305 Auth tag.
    • โž• Added support for the BLAKE2 family of hash algorithms
    • ๐Ÿ›  Fix endianness of incrementNonce function for ChaChaPoly1305