Skip to content

herumi/CSIDH-GMP

 
 

Repository files navigation

CSIDH-GMP

The implementation uses mcl.

If you are using Ubuntu, you need the following environment.

sudo apt install g++ make libgmp-dev

Build mcl.

make -j lib/libmcl.a

How to get profile.

sudo env MCL_PERF=1 perf record ./csidh
sudo perf report

About

Implement CSIDH with GMP

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • C++ 96.5%
  • C 2.6%
  • Makefile 0.9%