WIP: A Go implementation of RFC 6979's deterministic DSA/ECDSA signature scheme.
Find a file
Vitaliy Potyarkin 0e20ed690c [#4] Update obsolete URLs
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
2024-09-11 14:10:04 +03:00
.gitignore Initial commit 2013-08-20 17:32:22 -07:00
.travis.yml TravisCI should test last two Golang releases 1.12 and 1.13 2019-09-27 16:17:39 +03:00
dsa.go Simplified the API a bit. 2014-10-02 20:48:18 -07:00
dsa_test.go Rename package name 2023-03-07 12:21:16 +03:00
ecdsa.go Remove redundant returning of error 2019-09-27 16:22:04 +03:00
ecdsa_test.go Rename package name 2023-03-07 12:21:16 +03:00
example_test.go Remove redundant returning of error 2019-09-27 16:22:04 +03:00
go.mod Rename package name 2023-03-07 12:21:16 +03:00
LICENSE Change to the MIT license. 2014-07-02 07:39:01 -07:00
README.md [#4] Update obsolete URLs 2024-09-11 14:10:04 +03: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.