Skip to content
/ ECC Public
forked from poojagarg/ECC

Implementation of Elliptic Curve Cryptography in C++

Notifications You must be signed in to change notification settings

shobhittya/ECC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elliptic Curve Cryptography Implementation in C++

Please refer to manual.pdf to use this implementation.

This project implements the following-
1- Finite Field Arithmetic (of characteristic of Arbitrary precision)
2- Elliptic Curve Arithmetic
3- Attacks- Pollard Rho, Pohlig Hellman
4- Elliptic Curve Cryptosystems- Diffie-Hellman Key Exchange, Digital Signature Schemes (ECDSA, ELGAMAL), Public Key Encryption (ELGAMAL)

About

Implementation of Elliptic Curve Cryptography in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.1%
  • Shell 2.9%