Skip to content

Kleshni/Elligator-2

Repository files navigation

Elligator 2

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.

Binaries

Build the target library. On Linux: run cmake . to generate a makefile, and then make library.

Tests

Make the target check.

Documentation

Read in the header file or make the target documentation to generate HTML.

Install

Execute the target install/strip.

Links

Licence: CC0 or Public Domain.

About

C implementation of Elligator 2 for Curve25519

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published