Elliptic Curve Cryptography

less than 1 minute read

Published:

Mini project studying elliptic curves on finite field, from basic properties to Hasse theorem and Schoof’s algorithm. Accompanying C++ library with GMP implementing these results.

See paper | See slides | GitHub Repository