A wrapper for libsecp256k1
Go to file
Jacek Sieka 88b2702fea
bump checkout, avoid redundant PR builds
2022-11-23 09:03:37 +01:00
.github/workflows bump checkout, avoid redundant PR builds 2022-11-23 09:03:37 +01:00
secp256k1 Restructure the project to allow nimble check to pass (#36) 2022-06-20 14:31:15 +03:00
secp256k1_wrapper upstream: update (#18) 2020-04-11 16:38:24 +02:00
tests move -d:nimRawSetjmp to nim.cfg (#37) 2022-07-25 21:57:38 +03:00
.appveyor.yml CI: update script path 2019-08-24 05:03:42 +02:00
.gitignore Add setup files (#38) 2022-07-25 22:08:33 +03:00
.gitmodules Switch to status fork as git submodule (#7) 2018-03-21 10:30:55 +01:00
.travis.yml CI: update script path 2019-08-24 05:03:42 +02:00
LICENSE-APACHEv2 ci: update 2018-09-04 23:05:11 -06:00
LICENSE-MIT ci: update 2018-09-04 23:05:11 -06:00
README.md CI: refactor Nim compiler caching (#33) 2021-06-03 02:08:23 +02:00
config.nims Add setup files (#38) 2022-07-25 22:08:33 +03:00
nim.cfg move -d:nimRawSetjmp to nim.cfg (#37) 2022-07-25 21:57:38 +03:00
nimble.lock Restructure the project to allow nimble check to pass (#36) 2022-06-20 14:31:15 +03:00
secp256k1.nim Merge pull request from GHSA-q3x5-92cp-3pjr 2022-08-19 17:22:43 +02:00
secp256k1.nimble bump checkout, avoid redundant PR builds 2022-11-23 09:03:37 +01:00

README.md

secp256k1

Build Status (Travis) Windows build status (Appveyor) License: Apache License: MIT Stability: experimental Github action

Introduction

This library is a wrapper for Bitcoin's secp256k1 library. Two interfaces are exposed - secp256k1 which thinly wraps the raw C interface found in secp256k1_abi. The thin wrapper is recommended.

Installation

Add to your .nimble file:

requires "secp256k1"

Build and test

# Upstream secp256k1 c library is tracked with a submodule
git submodule update --init
nimble test

License

Licensed and distributed under either of

or

at your option. This file may not be copied, modified, or distributed except according to those terms.