C implementation of the Elligator 2 algorithm for the Curve25519 elliptic curve. The library also provides a function for point conversion from Ed25519 to Curve25519.
Requires the GMP library. CMake is used as a build system, Check is needed for tests and Doxygen for documentation generation.
Build the target library
. On Linux: run cmake .
to generate a makefile, and then make library
.
Make the target check
.
Read in the header file or make the target documentation
to generate HTML.
Execute the target install/strip
.
- Source code.
- Git repository.
- Issue tracker.
- Bitmessage: BM-2cT5WWccBgLsHTw5ADLcodTz4dbqdtrwrQ.
- Mail: kleshni@protonmail.ch.
Licence: CC0 or Public Domain.