Replace package name with git.gammaspectra.live/P2Pool/edwards25519

This commit is contained in:
DataHoarder 2023-05-20 10:40:36 +02:00
parent a7dfd8e4e6
commit f0596f127a
Signed by: DataHoarder
SSH key fingerprint: SHA256:OLTRf6Fl87G52SiR7sWLGNzlJt4WOX+tfI2yxo0z7xk
4 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ package edwards25519
import (
"errors"
"filippo.io/edwards25519/field"
"git.gammaspectra.live/P2Pool/edwards25519/field"
)
// Point types.

View file

@ -9,7 +9,7 @@ import (
"reflect"
"testing"
"filippo.io/edwards25519/field"
"git.gammaspectra.live/P2Pool/edwards25519/field"
)
var B = NewGeneratorPoint()

View file

@ -10,7 +10,7 @@ package edwards25519
import (
"errors"
"filippo.io/edwards25519/field"
"git.gammaspectra.live/P2Pool/edwards25519/field"
)
// ExtendedCoordinates returns v in extended coordinates (X:Y:Z:T) where

2
go.mod
View file

@ -1,3 +1,3 @@
module filippo.io/edwards25519
module git.gammaspectra.live/P2Pool/edwards25519
go 1.20