Skip to content

quantumshiro/csidh-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csidh-benchmark

Requirements

  • clang
  • clnag++
  • google benchmark

google benchmark can be installed as follows

sudo apt update
sudo apt install libbenchmark-dev

or

git clone https://github.com/google/benchmark googlebenchmark
cd googlebenchmark
git checkout v1.8.0 
cmake -DCMAKE_BUILD_TYPE=Release . 
make 
sudo make install

The same applies to clang, which is also available in apt.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published