Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 415 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 415 Bytes

CryptoSystems

This project implements the main cryptographic functions and 7 crypto-systems (Diffie-Hallman is a protocol, yeah):

  • Goldwasser-Mikali (quadratic residuosity problem)
  • Blum-Goldwasser (integer factorization problem)
  • RSA (integer factorization problem)
  • Rabin (integer factorization problem)
  • El Gamal (discrete logarithms problem)
  • ECDH (discrete logarithm problem)
  • Diffie-Hallman and AES