Algorithms

Elliptic Curve Implementation

A little project to implement elliptic curve, point generation, base point, key generation and Elgamal based Encryption and Decryption.

Integer Factorisation

A project to explore various algorithms involved in Integer Factorization and implementing them on different languages.