WIP: A Go implementation of RFC 6979's deterministic DSA/ECDSA signature scheme.
Find a file
2013-08-28 06:30:52 -07:00
.gitignore Initial commit 2013-08-20 17:32:22 -07:00
dsa.go Add full impl. 2013-08-20 17:35:15 -07:00
dsa_test.go Clean up HashAlgorithm a bit. 2013-08-28 06:30:52 -07:00
ecdsa.go Small, tender improvements. 2013-08-26 19:48:12 -07:00
ecdsa_test.go Clean up HashAlgorithm a bit. 2013-08-28 06:30:52 -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 Clean up HashAlgorithm a bit. 2013-08-28 06:30:52 -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.