Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 300 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 300 Bytes

CryptoAlgorithms_CPP

These are a series of algorithms written for my CS784 Cryptography course. Algorithms include:

  • Multiplicative Inverse.

  • Greatest Common Divisor.

  • Calulate Z cross p (Z_p).

  • Fast Exponentation Algorithm.

  • Primitive Roots.

  • Baby Step Giant Step.