Constant time pairing-based or elliptic curve based cryptography and digital signatures
Go to file
mratsim 1cc299e82e Add MSB, cmp to zero and init primitives 2018-12-01 15:54:29 +01:00
hardy Add MSB, cmp to zero and init primitives 2018-12-01 15:54:29 +01:00
tests ci: update 2018-09-04 22:38:34 -06:00
.appveyor.yml appveyor: fix version check 2018-09-06 12:07:02 -06:00
.gitignore initial commit 2018-07-24 16:52:18 +02:00
.travis.yml ci: update 2018-09-04 22:38:34 -06:00
LICENSE-APACHEv2 initial commit 2018-07-24 16:52:18 +02:00
LICENSE-MIT initial commit 2018-07-24 16:52:18 +02:00
README.md readme: update license 2018-09-05 12:47:55 -06:00
hardy.nim Introduce types and add some boolean primitives 2018-07-24 17:53:01 +02:00
hardy.nimble ci: update 2018-09-04 22:38:34 -06:00

README.md

Hardy - Hardened big int primitives

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

This library provides constant time big int primitives. The main use will be for implementation of elliptic curve cryptography

Installation

You can install the developement version of the library through nimble with the following command

nimble install https://github.com/status-im/nim-hardy@#master

License

Licensed and distributed under either of

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