No description
Find a file
2026-02-19 21:52:21 +03:00
.github/workflows go.mod: ugprade to Go 1.25 min 2026-02-19 19:58:03 +03:00
.gitignore workflows: reuse org-wide linter job 2024-09-10 21:09:09 +03:00
.travis.yml TravisCI should test last two Golang releases 1.12 and 1.13 2019-09-27 16:17:39 +03:00
bench_test.go bench: use Go 1.24 b.Loop() for benchmarks 2025-09-05 19:51:00 +03:00
dsa.go dsa: deprecated SignDSA, suppress linter 2024-03-01 13:21:03 +03:00
dsa_test.go dsa: deprecated SignDSA, suppress linter 2024-03-01 13:21:03 +03:00
ecdsa.go *: fix QF1008 lint issue 2025-09-24 14:40:59 +03:00
ecdsa_test.go Remove redundant returning of error 2019-09-27 16:22:04 +03:00
example_test.go dsa: deprecated SignDSA, suppress linter 2024-03-01 13:21:03 +03:00
go.mod go.mod: ugprade to Go 1.25 min 2026-02-19 19:58:03 +03:00
LICENSE Change to the MIT license. 2014-07-02 07:39:01 -07:00
README.md README: fix/add badges 2024-08-21 11:17:14 +03:00
rfc6979.go *: use ranging over integers 2024-08-19 00:00:02 +03:00
rfc6979_test.go 6979: allow reusing t buffer for k.Bytes() 2024-02-15 19:24:11 +03:00

codecov Report GitHub release (latest SemVer) License

rfc6979

A Go implementation of RFC 6979's deterministic DSA/ECDSA signature scheme.

For documentation, check godoc.