811 B
811 B
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