You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error messages about redefined functions, for example;
github.com/aead/siphash
github.com/aead/siphash
../../../../../../pkg/mod/github.com/aead/[email protected]/siphash_ref.go:9:1: error: redefinition of ‘core’
9 | func core(hVal *[4]uint64, msg []byte) {
| ^
The same for finalize64, and finalize128.
--Cliff
The text was updated successfully, but these errors were encountered:
Error messages about redefined functions, for example;
github.com/aead/siphash
github.com/aead/siphash
../../../../../../pkg/mod/github.com/aead/[email protected]/siphash_ref.go:9:1: error: redefinition of ‘core’
9 | func core(hVal *[4]uint64, msg []byte) {
| ^
The same for finalize64, and finalize128.
--Cliff
The text was updated successfully, but these errors were encountered: