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
- Host: GitHub
- URL: https://github.com/rxnew/ecc
- Owner: rxnew
- License: mit
- Created: 2015-12-13T16:54:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-12T18:57:47.000Z (about 8 years ago)
- Last Synced: 2025-07-08T16:54:48.510Z (9 months ago)
- Topics: ecc, elliptic-curve-diffie-hellman, encript
- Language: C++
- Size: 28.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```