A Go implementation of RFC 6979's deterministic DSA/ECDSA signature scheme.
Go to file
Alexey Vanin ccbf1297c8 Rename package name
Due to source code relocation from GitHub.

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
2023-03-07 12:21:16 +03:00
.gitignore Initial commit 2013-08-20 17:32:22 -07:00
.travis.yml TravisCI should test last two Golang releases 1.12 and 1.13 2019-09-27 16:17:39 +03:00
LICENSE Change to the MIT license. 2014-07-02 07:39:01 -07:00
README.md Move from nspcc-dev to TrueCloudLab 2022-12-12 11:04:41 +03:00
dsa.go Simplified the API a bit. 2014-10-02 20:48:18 -07:00
dsa_test.go Rename package name 2023-03-07 12:21:16 +03:00
ecdsa.go Remove redundant returning of error 2019-09-27 16:22:04 +03:00
ecdsa_test.go Rename package name 2023-03-07 12:21:16 +03:00
example_test.go Remove redundant returning of error 2019-09-27 16:22:04 +03:00
go.mod Rename package name 2023-03-07 12:21:16 +03:00
rfc6979.go Simplified the API a bit. 2014-10-02 20:48:18 -07:00
rfc6979_test.go Add full impl. 2013-08-20 17:35:15 -07:00

README.md

rfc6979

Build Status

A Go implementation of RFC 6979's deterministic DSA/ECDSA signature scheme.

For documentation, check godoc.