Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 484 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 484 Bytes

ec_gmp

Elliptic Curve gmplib implementation of scalar point multiplication

entirely based on the code by Kuldeep Bhardwaj and Sanjay Chaudhary

GNU Multiple Precision Arithmetic Library

program sets curve domain parameters, an integer and a G base point

perform point multiplication by scalar, computing the derived point

cryptographically speaking verifies private/public math correlation