forked from TrueCloudLab/rfc6979
Move from nspcc-dev to TrueCloudLab
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
24b8ce9606
commit
4618c49f12
4 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
||||||
rfc6979
|
rfc6979
|
||||||
=======
|
=======
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/nspcc-dev/rfc6979.png?branch=master)](https://travis-ci.org/nspcc-dev/rfc6979)
|
[![Build Status](https://travis-ci.org/TrueCloudLab/rfc6979.png?branch=master)](https://travis-ci.org/TrueCloudLab/rfc6979)
|
||||||
|
|
||||||
A Go implementation of [RFC 6979](https://tools.ietf.org/html/rfc6979)'s
|
A Go implementation of [RFC 6979](https://tools.ietf.org/html/rfc6979)'s
|
||||||
deterministic DSA/ECDSA signature scheme.
|
deterministic DSA/ECDSA signature scheme.
|
||||||
|
|
||||||
For documentation, check [godoc](http://godoc.org/github.com/nspcc-dev/rfc6979).
|
For documentation, check [godoc](http://godoc.org/github.com/TrueCloudLab/rfc6979).
|
||||||
|
|
|
@ -10,7 +10,7 @@ import (
|
||||||
"math/big"
|
"math/big"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/nspcc-dev/rfc6979"
|
"github.com/TrueCloudLab/rfc6979"
|
||||||
)
|
)
|
||||||
|
|
||||||
type dsaFixture struct {
|
type dsaFixture struct {
|
||||||
|
|
|
@ -10,7 +10,7 @@ import (
|
||||||
"math/big"
|
"math/big"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/nspcc-dev/rfc6979"
|
"github.com/TrueCloudLab/rfc6979"
|
||||||
)
|
)
|
||||||
|
|
||||||
type ecdsaFixture struct {
|
type ecdsaFixture struct {
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -1,3 +1,3 @@
|
||||||
module github.com/nspcc-dev/rfc6979
|
module github.com/TrueCloudLab/rfc6979
|
||||||
|
|
||||||
go 1.12
|
go 1.12
|
||||||
|
|
Loading…
Reference in a new issue