Move from nspcc-dev to TrueCloudLab #1

Merged
fyrchik merged 1 commit from rebranding into master 2022-12-12 08:04:41 +00:00
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