masterzorag / ec_gmp

Elliptic Curve gmplib implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Elliptic Curve gmplib implementation


Languages

Language:C 97.6%Language:Makefile 2.4%