Skip to content

Releases: DaGenix/rust-crypto

Blake2s, libc upgrade, implement Clone + Copy for more structs

20 May 05:38
Compare
Choose a tag to compare
  • Implement Blake2s
  • Upgrade libc dependency to 0.2
  • Implement Clone + Copy for more structs

v0.2.35

04 Apr 05:58
Compare
Choose a tag to compare
  • 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.