Skip to content

v0.2.35

Compare
Choose a tag to compare
@DaGenix DaGenix released this 04 Apr 05:58
· 19 commits to master since this release
  • 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.