aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/wycheproof/eddsa_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/wycheproof/eddsa_test.go b/internal/wycheproof/eddsa_test.go
index 0a7fbb7..118dfc0 100644
--- a/internal/wycheproof/eddsa_test.go
+++ b/internal/wycheproof/eddsa_test.go
@@ -8,9 +8,8 @@
package wycheproof
import (
+ "crypto/ed25519"
"testing"
-
- "golang.org/x/crypto/ed25519"
)
func TestEddsa(t *testing.T) {