The project aims to simplify the usage of ECC curve (curve25519) with Diffie-Hellman Key exchange.
The work is inline with the Account Aggregator Specification.
NOTE: This project is moved from gsasikumar/forwardsecrecy as on 25/08/2021
To contribute, simply make a pull request and add a brief description of your addition or change. For more details, check the contribution guidelines.
This project is created as a static library. So use the test method executable to run.
Please ensure you are in the C-X25519 folder.
- cmake -Bbuild .
- cd build && make && cd ..
Please ensure you are in the C-X25519 folder.
- sh test.sh
- ./x25519_test