Compare commits
3 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
2c55dd0785 | |
|
|
24720bf5a6 | |
|
|
6724b49798 |
|
|
@ -5,7 +5,7 @@ import (
|
||||||
"crypto/sha256"
|
"crypto/sha256"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/tutus-one/tutus-rfc6979"
|
"git.marketally.com/tutus-one/tutus-rfc6979"
|
||||||
)
|
)
|
||||||
|
|
||||||
func BenchmarkECDSASign(b *testing.B) {
|
func BenchmarkECDSASign(b *testing.B) {
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ import (
|
||||||
"math/big"
|
"math/big"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/tutus-one/tutus-rfc6979"
|
"git.marketally.com/tutus-one/tutus-rfc6979"
|
||||||
)
|
)
|
||||||
|
|
||||||
type dsaFixture struct {
|
type dsaFixture struct {
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ import (
|
||||||
"math/big"
|
"math/big"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/tutus-one/tutus-rfc6979"
|
"git.marketally.com/tutus-one/tutus-rfc6979"
|
||||||
)
|
)
|
||||||
|
|
||||||
type ecdsaFixture struct {
|
type ecdsaFixture struct {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue