Constant time pairing-based or elliptic curve based cryptography and digital signatures
Go to file
mratsim acd06e1174 Add unary minus test 2018-12-01 17:04:55 +01:00
hardy Add unary minus test 2018-12-01 17:04:55 +01:00
tests Add unary minus test 2018-12-01 17:04:55 +01: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 Initial tests for bitwise operator 2018-12-01 16:32:21 +01:00
hardy.nimble Initial tests for bitwise operator 2018-12-01 16:32:21 +01: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.