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
When trying to run your example given in the README of this repo I came across this error.
package command-line-arguments
imports github.com/perlin-network/noise
imports github.com/oasislabs/ed25519
../../go/src/github.com/oasislabs/ed25519/batch_verify.go:37:2: use of internal package github.com/oasisprotocol/ed25519/internal/curve25519 not allowed
package command-line-arguments
imports github.com/perlin-network/noise
imports github.com/oasislabs/ed25519
../../go/src/github.com/oasislabs/ed25519/batch_verify.go:38:2: use of internal package github.com/oasisprotocol/ed25519/internal/ge25519 not allowed
package command-line-arguments
imports github.com/perlin-network/noise
imports github.com/oasislabs/ed25519
../../go/src/github.com/oasislabs/ed25519/batch_verify.go:39:2: use of internal package github.com/oasisprotocol/ed25519/internal/modm not allowed
I am using
go version go1.15.8 linux/amd64
and I installed noise via
% go get -u github.com/perlin-network/noise
Any help would be greatly appreciated! Also let me know if I can provide anymore useful information.
The text was updated successfully, but these errors were encountered:
When trying to run your example given in the README of this repo I came across this error.
I am using
and I installed noise via
Any help would be greatly appreciated! Also let me know if I can provide anymore useful information.
The text was updated successfully, but these errors were encountered: