rust-crypto v0.2.36 Release Notes

Release Date: 2016-05-20 // almost 8 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.