A wrapper for libsecp256k1
Go to file
Yuriy Glukhov 024cc57eb5 Fixed nimble file 2018-09-18 17:30:58 +03:00
secp256k1_wrapper Finalize arch specific defines + tests 2018-03-28 12:56:26 +02:00
tests Finalize arch specific defines + tests 2018-03-28 12:56:26 +02:00
.appveyor.yml re-add submodule, fix windows CI regression 53b5b9388c (diff-11c909939117928998b102a1fff7d363L45) 2018-09-10 18:22:38 +02:00
.gitignore Finalize arch specific defines + tests 2018-03-28 12:56:26 +02:00
.gitmodules Switch to status fork as git submodule (#7) 2018-03-21 10:30:55 +01:00
.travis.yml ci: update 2018-09-04 23:05:11 -06: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 readme: update license 2018-09-05 12:48:35 -06:00
secp256k1.nim Add wrapper for secp256k1_ecdh_raw() 2018-03-21 11:42:07 +02:00
secp256k1.nimble Fixed nimble file 2018-09-18 17:30:58 +03:00

README.md

secp256k1

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

Introduction

This library is a wrapper for Bitcoin's secp256k1 library.

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

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