88f3b41c19 | ||
---|---|---|
secp256k1_wrapper | ||
tests | ||
.appveyor.yml | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
secp256k1.nim | ||
secp256k1.nimble |
README.md
nim-secp256k1
Introduction
This library is a wrapper for Bitcoin's secp256k1 library.
Installation
# Upstream secp256k1 c library is tracked with a submodule
git submodule update --init
nimble install secp256k1