Skip to content

Commit

Permalink
renaming import path to toktokey
Browse files Browse the repository at this point in the history
  • Loading branch information
mrasoolmirzaei committed Nov 16, 2022
1 parent 45f26a5 commit 1d677bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ed25519.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"crypto/subtle"
"io"

"github.com/agl/ed25519/edwards25519"
"github.com/toktokey/ed25519/edwards25519"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion ed25519_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"strings"
"testing"

"github.com/agl/ed25519/edwards25519"
"github.com/toktokey/ed25519/edwards25519"
)

type zeroReader struct{}
Expand Down
2 changes: 1 addition & 1 deletion extra25519/extra25519.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package extra25519
import (
"crypto/sha512"

"github.com/agl/ed25519/edwards25519"
"github.com/toktokey/ed25519/edwards25519"
)

// PrivateKeyToCurve25519 converts an ed25519 private key into a corresponding
Expand Down
2 changes: 1 addition & 1 deletion extra25519/extra25519_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"crypto/rand"
"testing"

"github.com/agl/ed25519"
"github.com/toktokey/ed25519"
"golang.org/x/crypto/curve25519"
)

Expand Down

0 comments on commit 1d677bd

Please sign in to comment.