WIP: A Go implementation of RFC 6979's deterministic DSA/ECDSA signature scheme.
Find a file
2019-09-27 16:17:39 +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
dsa.go Simplified the API a bit. 2014-10-02 20:48:18 -07:00
dsa_test.go Update dependencies and fork repo 2019-08-27 12:53:39 +03:00
ecdsa.go Simplified the API a bit. 2014-10-02 20:48:18 -07:00
ecdsa_test.go Update dependencies and fork repo 2019-08-27 12:53:39 +03:00
example_test.go Drop unnecessary newline. 2013-12-16 11:50:22 -08:00
go.mod Use dependencies GoModules as dep-manager 2019-08-27 12:54:05 +03:00
LICENSE Change to the MIT license. 2014-07-02 07:39:01 -07:00
README.md Update Readme links 2019-08-27 13:11:02 +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

rfc6979

Build Status

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

For documentation, check godoc.