OSDN Git Service

rename (#465)
[bytom/vapor.git] / crypto / ed25519 / ed25519_test.go
index 08728e0..5afeb1a 100644 (file)
@@ -15,7 +15,7 @@ import (
        "strings"
        "testing"
 
-       "github.com/vapor/crypto/ed25519/internal/edwards25519"
+       "github.com/bytom/vapor/crypto/ed25519/internal/edwards25519"
 )
 
 type zeroReader struct{}