0.13.0
Changelog:
- [Breaking change]:
orion::hazardous::hash::sha512
previously used the sameDigest
as BLAKE2b. This is no longer the case, making it impossible to specify a non fixed-length hash asDigest
with SHA512. - [Breaking change]:
HLEN
constant renamed toSHA512_OUTSIZE
andSHA2_BLOCKSIZE
constant renamed toSHA512_BLOCKSIZE
. - Added
POLY1305_OUTSIZE
constant. - Improved documentation for high-level
Password
,SecretKey
inhazardous
shmac
andblake2b
, as well asPassword
inpbkdf2
ofhazardous
. - Added AppVeyor builds and testing for Windows MSVC with Visual Studio 2017.