File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
24
24
"io"
25
25
"strconv"
26
26
27
- "github.com/diagprov /golang-ed25519/edwards25519"
27
+ "github.com/teserakt-io /golang-ed25519/edwards25519"
28
28
)
29
29
30
30
const (
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ import (
15
15
"strings"
16
16
"testing"
17
17
18
- "github.com/diagprov /golang-ed25519"
19
- "github.com/diagprov /golang-ed25519/edwards25519"
18
+ "github.com/teserakt-io /golang-ed25519"
19
+ "github.com/teserakt-io /golang-ed25519/edwards25519"
20
20
)
21
21
22
22
type zeroReader struct {}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ package extra25519
7
7
import (
8
8
"crypto/sha512"
9
9
10
- "github.com/diagprov /golang-ed25519/edwards25519"
10
+ "github.com/teserakt-io /golang-ed25519/edwards25519"
11
11
)
12
12
13
13
// PrivateKeyToCurve25519 converts an ed25519 private key into a corresponding
Original file line number Diff line number Diff line change 9
9
"crypto/rand"
10
10
"testing"
11
11
12
- "github.com/diagprov /golang-ed25519"
12
+ "github.com/teserakt-io /golang-ed25519"
13
13
"golang.org/x/crypto/curve25519"
14
14
)
15
15
Original file line number Diff line number Diff line change 1
- module github.com/diagprov /golang-ed25519
1
+ module github.com/teserakt-io /golang-ed25519
2
2
3
3
go 1.13
4
4
You can’t perform that action at this time.
0 commit comments