Move from nspcc-dev to TrueCloudLab

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
master v0.3.0
Evgenii Stratonikov 2022-12-09 19:04:26 +03:00 committed by Stanislav Bogatyrev
parent 24b8ce9606
commit 4618c49f12
4 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
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
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).

View File

@ -10,7 +10,7 @@ import (
"math/big"
"testing"
"github.com/nspcc-dev/rfc6979"
"github.com/TrueCloudLab/rfc6979"
)
type dsaFixture struct {

View File

@ -10,7 +10,7 @@ import (
"math/big"
"testing"
"github.com/nspcc-dev/rfc6979"
"github.com/TrueCloudLab/rfc6979"
)
type ecdsaFixture struct {

2
go.mod
View File

@ -1,3 +1,3 @@
module github.com/nspcc-dev/rfc6979
module github.com/TrueCloudLab/rfc6979
go 1.12