Skip to content

Implementing Diem's Variation of Index Calculus for ECDLP in C++

Notifications You must be signed in to change notification settings

ss1h2a3tw/ECDLP-Diem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementing Diem's variation of Index Calculus in C++

Paper: https://eprint.iacr.org/2015/1022.pdf

This algorithm is to solve discrete log problem in elliptic curve with Index Calculus.

Building and Testing

Step 1

mkdir build
cd build

Step 2

cmake ..

Or if you want to build in release mode:

cmake -DCMAKE_BUILD_TYPE=Release ..

Step 3

make

Step 4

make test

About

Implementing Diem's Variation of Index Calculus for ECDLP in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •