rust-crypto v0.2.36 Release Notes
Release Date: 2016-05-20 // about 7 years ago-
- Implement Blake2s
- โฌ๏ธ Upgrade libc dependency to 0.2
- ๐ฏ Implement Clone + Copy for more structs
Previous changes from v0.2.35
-
- ๐ Improve cross compiling from GCC to msvc.
- ๐ Fix BCrypt algorithm when using a cost of 31.
- ๐ Improve building on OpenBSD.
- โ Add implementation of SHA3 digest function.
- ๐ Fix errors in Blake2b that could lead to incorrect output. The Blake2b
๐ initialization functions are modified to take parameters by value instead of
by reference, which may break users of the interfaces.