Skip to content

0.4.4

Compare
Choose a tag to compare
@jedisct1 jedisct1 released this 22 Oct 05:18
· 3780 commits to master since this release
0.4.4
  • Visual Studio is officially supported (VC 2010 & VC 2013)
  • mingw64 is now supported
  • big-endian architectures are now supported as well
  • The donna_c64 implementation of curve25519_donna_c64 now handles non-canonical points like the ref implementation
  • Missing scalarmult_curve25519 and stream_salsa20 constants are now exported
  • A crypto_onetimeauth_poly1305_ref() wrapper has been added