orion v0.13.0 Release Notes

Release Date: 2019-02-10 // about 5 years ago
  • Date: February 10, 2019.

    ๐Ÿ”„ Changelog:

    • ๐Ÿ›  [Breaking change]: orion::hazardous::hash::sha512 previously used the same Digest as BLAKE2b. This is no longer the case, making it impossible to specify a non fixed-length hash as Digest with SHA512.
    • [Breaking change]: HLEN constant renamed to SHA512_OUTSIZE and SHA2_BLOCKSIZE constant renamed to SHA512_BLOCKSIZE.
    • โž• Added POLY1305_OUTSIZE constant.
    • ๐Ÿ‘Œ Improved documentation for high-level Password, SecretKey in hazardouss hmac and blake2b, as well as Password in pbkdf2 of hazardous.
    • โž• Added AppVeyor builds and testing for Windows MSVC with Visual Studio 2017.