Sourced from github.com/minio/highwayhash's releases.
Version v1.0.2
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
08ce0b4 Fix ARM64 assembly (#19)5311fe9 disable arm64 assembler and update CI to Go 1.16 (#18)