An open API service indexing awesome lists of open source software.

https://github.com/rxnew/ecc

Elliptic Curve Cryptography
https://github.com/rxnew/ecc

ecc elliptic-curve-diffie-hellman encript

Last synced: 8 months ago
JSON representation

Elliptic Curve Cryptography

Awesome Lists containing this project

README

          

Ecc
==============
Elliptic curve Diffie–Hellman key exchange (ECDH) test program

Requirements
---------------
* g++ 4.7 or later
* cmake 2.8 or later

How to use
---------------
```
$ cd build
$ cmake ..
$ ./test
```