https://github.com/nspcc-dev/rfc6979
A Go implementation of RFC 6979's deterministic DSA/ECDSA signature scheme.
https://github.com/nspcc-dev/rfc6979
Last synced: 4 months ago
JSON representation
A Go implementation of RFC 6979's deterministic DSA/ECDSA signature scheme.
- Host: GitHub
- URL: https://github.com/nspcc-dev/rfc6979
- Owner: nspcc-dev
- License: mit
- Created: 2019-08-27T09:48:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-12-10T08:59:56.000Z (6 months ago)
- Last Synced: 2025-12-10T11:37:49.913Z (6 months ago)
- Language: Go
- Size: 63.5 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://codecov.io/gh/nspcc-dev/rfc6979)
[](https://goreportcard.com/report/github.com/nspcc-dev/rfc6979)


rfc6979
=======
A Go implementation of [RFC 6979](https://tools.ietf.org/html/rfc6979)'s
deterministic DSA/ECDSA signature scheme.
For documentation, check [godoc](http://godoc.org/github.com/nspcc-dev/rfc6979).