WIP: A Go implementation of RFC 6979's deterministic DSA/ECDSA signature scheme.
Find a file
Evgeniy Kulikov 687aff7013
Update dependencies and fork repo
- use our repo
- make fork
2019-08-27 12:53:39 +03:00
.gitignore Initial commit 2013-08-20 17:32:22 -07:00
.travis.yml Only test on Go 1.3.3. 2014-10-02 20:43:36 -07: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
LICENSE Change to the MIT license. 2014-07-02 07:39:01 -07:00
README.md Added build status to the readme. 2013-09-06 17:31:39 -07: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.