Compare commits

..

No commits in common. "master" and "v1.0.0" have entirely different histories.

14 changed files with 473 additions and 473 deletions

View File

@ -5,7 +5,7 @@ import (
"crypto/sha256"
"testing"
"git.marketally.com/tutus-one/tutus-rfc6979"
"github.com/tutus-one/tutus-rfc6979"
)
func BenchmarkECDSASign(b *testing.B) {

View File

@ -10,7 +10,7 @@ import (
"math/big"
"testing"
"git.marketally.com/tutus-one/tutus-rfc6979"
"github.com/tutus-one/tutus-rfc6979"
)
type dsaFixture struct {

View File

@ -10,7 +10,7 @@ import (
"math/big"
"testing"
"git.marketally.com/tutus-one/tutus-rfc6979"
"github.com/tutus-one/tutus-rfc6979"
)
type ecdsaFixture struct {

2
go.mod
View File

@ -1,3 +1,3 @@
module git.marketally.com/tutus-one/tutus-rfc6979
module github.com/tutus-one/tutus-rfc6979
go 1.24