rxnew / ecc

Elliptic Curve Cryptography

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Elliptic Curve Cryptography

License:MIT License


Languages

Language:C++ 98.5%Language:CMake 1.5%