0.13.0
Changelog:
- [Breaking change]:
orion::hazardous::hash::sha512previously used the sameDigestas BLAKE2b. This is no longer the case, making it impossible to specify a non fixed-length hash asDigestwith SHA512. - [Breaking change]:
HLENconstant renamed toSHA512_OUTSIZEandSHA2_BLOCKSIZEconstant renamed toSHA512_BLOCKSIZE. - Added
POLY1305_OUTSIZEconstant. - Improved documentation for high-level
Password,SecretKeyinhazardousshmacandblake2b, as well asPasswordinpbkdf2ofhazardous. - Added AppVeyor builds and testing for Windows MSVC with Visual Studio 2017.