Skip to content

Yamaguchi/secp256k1-ruby

 
 

Repository files navigation

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

About

Ruby binding to bitcoin's secp256k1 implementation.

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Ruby 99.3%
  • Shell 0.7%