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

https://github.com/renproject/secp256k1

A go wrapper for the `libsecp256k1` c library, exposing the field and group structures.
https://github.com/renproject/secp256k1

Last synced: about 1 year ago
JSON representation

A go wrapper for the `libsecp256k1` c library, exposing the field and group structures.

Awesome Lists containing this project

README

          

# secp256k1

[![GitHub](https://github.com/renproject/secp256k1/workflows/test/badge.svg)](https://github.com/renproject/secp256k1/workflows/test/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/renproject/secp256k1/badge.svg?branch=master)](https://coveralls.io/github/renproject/secp256k1?branch=master)
[![Report](https://goreportcard.com/badge/github.com/renproject/secp256k1)](https://goreportcard.com/badge/github.com/renproject/secp256k1)

A go wrapper for the `libsecp256k1` c library, exposing the field and group structures.