An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![codecov](https://codecov.io/gh/nspcc-dev/rfc6979/branch/master/graph/badge.svg)](https://codecov.io/gh/nspcc-dev/rfc6979)
[![Report](https://goreportcard.com/badge/github.com/nspcc-dev/rfc6979)](https://goreportcard.com/report/github.com/nspcc-dev/rfc6979)
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/nspcc-dev/rfc6979?sort=semver)
![License](https://img.shields.io/github/license/nspcc-dev/rfc6979.svg?style=popout)

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).