Compare commits

..

3 Commits

Author SHA1 Message Date
Tutus Development 2c55dd0785 Fix internal imports: github.com -> git.marketally.com 2025-12-27 15:53:10 +00:00
Tutus Development 24720bf5a6 Rebrand to Tutus - update license, workflows, and dependencies 2025-12-27 15:45:25 +00:00
Admin 6724b49798 Migrate module path to git.marketally.com 2025-12-27 09:55:46 -05:00
14 changed files with 473 additions and 473 deletions

View File

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

View File

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

View File

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

2
go.mod
View File

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