diff options
Diffstat (limited to 'nacl')
| -rw-r--r-- | nacl/sign/sign.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nacl/sign/sign.go b/nacl/sign/sign.go index 8a6acdc..109c08b 100644 --- a/nacl/sign/sign.go +++ b/nacl/sign/sign.go @@ -21,9 +21,9 @@ package sign import ( + "crypto/ed25519" "io" - "golang.org/x/crypto/ed25519" "golang.org/x/crypto/internal/alias" ) |
