Move from nspcc-dev to TrueCloudLab

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
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 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).

View file

@ -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 {

View file

@ -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
View file

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