forked from TrueCloudLab/rfc6979
A Go implementation of RFC 6979's deterministic DSA/ECDSA signature scheme.
24b8ce9606
1. TravisCI should test last two Golang releases 1.12 and 1.13 2. Remove redundant type definition 3. Remove redundant returning of error - Fix tests - Fix examples - SignECDSA doesn't used error in return |
||
---|---|---|
.gitignore | ||
.travis.yml | ||
dsa.go | ||
dsa_test.go | ||
ecdsa.go | ||
ecdsa_test.go | ||
example_test.go | ||
go.mod | ||
LICENSE | ||
README.md | ||
rfc6979.go | ||
rfc6979_test.go |