Compare commits
No commits in common. "master" and "v1.0.0" have entirely different histories.
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import (
|
|||
"math/big"
|
||||
"testing"
|
||||
|
||||
"git.marketally.com/tutus-one/tutus-rfc6979"
|
||||
"github.com/tutus-one/tutus-rfc6979"
|
||||
)
|
||||
|
||||
type dsaFixture struct {
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import (
|
|||
"math/big"
|
||||
"testing"
|
||||
|
||||
"git.marketally.com/tutus-one/tutus-rfc6979"
|
||||
"github.com/tutus-one/tutus-rfc6979"
|
||||
)
|
||||
|
||||
type ecdsaFixture struct {
|
||||
|
|
|
|||
Loading…
Reference in New Issue