WIP: A Go implementation of RFC 6979's deterministic DSA/ECDSA signature scheme.
Find a file
2013-12-16 11:50:22 -08:00
.gitignore Initial commit 2013-08-20 17:32:22 -07:00
.travis.yml Test with 1.2 and tip. 2013-12-02 19:49:29 -08: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 Drop unnecessary newline. 2013-12-16 11:50:22 -08:00
LICENSE Fix license. 2013-08-20 17:34:56 -07:00
README.md Added build status to the readme. 2013-09-06 17:31:39 -07:00
rfc6979.go Improve package docs. 2013-12-16 11:50:11 -08: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.