mirror of
https://github.com/logos-storage/constantine.git
synced 2026-01-02 13:13:07 +00:00
24 lines
1.4 KiB
Markdown
24 lines
1.4 KiB
Markdown
|
|
# Hardy - Hardened big int primitives
|
||
|
|
[")](https://travis-ci.org/status-im/nim-hardy)
|
||
|
|
[")](https://travis-ci.org/jarradh/nim-hardy)
|
||
|
|
[](https://opensource.org/licenses/MIT)[](https://opensource.org/licenses/Apache-2.0)
|
||
|
|

|
||
|
|
|
||
|
|
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
|
||
|
|
* MIT license (license terms in the root directory or at http://opensource.org/licenses/MIT).
|
||
|
|
* Apache v2 license (license terms in the root directory or at http://www.apache.org/licenses/LICENSE-2.0).
|
||
|
|
at your option. This file may not be copied, modified, or distributed except according to those terms.
|
||
|
|
|