Skip to content

Version v1.0.2

Compare
Choose a tag to compare
@aead aead released this 25 Mar 16:04
· 15 commits to master since this release
08ce0b4

Changelog

Fixed

Issue #17 - on arm64 (on Go 1.16) wrong hash values got computed due to incorrectly naming asm constants like regular Go functions. This probably confused the linker and caused the arm64 implementation to compute incorrect hash values. Fixed by 08ce0b4