Hi, I am facing problems importing go-algorand into my go file. After adding the import and running
go install
I get this error:
../../../go/pkg/mod/github.com/algorand/[email protected]/crypto/curve25519.go:147:12: could not determine kind of name for C.crypto_sign_ed25519_bv_compatible_verify_detached
Also tried go mod tidy and installed libsodium via brew, still no success. Running Apple M4.
Thank you for any help 🙏