0.0
No commit activity in last 3 years
No release in over 3 years
Ruby binding to bitcoin's secp256k1 implementation.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.15
= 5.8.3
~> 10.0
= 0.8.7.6

Runtime

>= 1.9.10
 Project Readme

secp256k1-ruby

Prerequiste

In order to use this gem, libsecp256k1 with recovery module enabled must be in place.

If you have cloned the project and in project root:

git submodule update --init --recursive
./install_lib.sh

Install

gem i secp256k1-ruby

Then require 'secp256k1' in your source code.

Usage

Check test for examples.

LICENSE

MIT License