OSDN Git Service

modify import path (#1805)
[bytom/bytom.git] / crypto / ed25519 / ecmath / scalar.go
index 651f2ca..3f0e914 100644 (file)
@@ -3,7 +3,7 @@ package ecmath
 import (
        "crypto/subtle"
 
-       "github.com/bytom/crypto/ed25519/internal/edwards25519"
+       "github.com/bytom/bytom/crypto/ed25519/internal/edwards25519"
 )
 
 // Scalar is a 256-bit little-endian scalar.