A Go implementation of RFC 6979's deterministic DSA/ECDSA signature scheme.
Find a file
Coda Hale 191cf5200e Comply with golint.
Also renamed HashAlgorithm to HashFunc, since that's really what it is.
2013-09-03 09:59:37 -07:00
.gitignore Initial commit 2013-08-20 17:32:22 -07:00
dsa.go Comply with golint. 2013-09-03 09:59:37 -07:00
dsa_test.go Comply with golint. 2013-09-03 09:59:37 -07:00
ecdsa.go Comply with golint. 2013-09-03 09:59:37 -07:00
ecdsa_test.go Comply with golint. 2013-09-03 09:59:37 -07:00
example_test.go Add examples. 2013-08-26 20:14:56 -07:00
LICENSE Fix license. 2013-08-20 17:34:56 -07:00
README.md Add examples. 2013-08-26 20:14:56 -07:00
rfc6979.go Comply with golint. 2013-09-03 09:59:37 -07:00
rfc6979_test.go Add full impl. 2013-08-20 17:35:15 -07:00

rfc6979

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

For documentation, check godoc.