WIP: A Go implementation of RFC 6979's deterministic DSA/ECDSA signature scheme.
Find a file
2013-09-03 10:02:50 -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 gofmt 2013-09-03 10:02:50 -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 Reuse buffers for HMACs. 2013-09-03 10:02:20 -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.