Skip to content

bigboynaruto/cryptography-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptography c++

Algorithms for cryptography classes.

Algorithms

  • Arithmetics:
    • basic operations: -+*/%
    • exponentiation
    • modular exponentiation
    • gcd, lcm
  • Mobius function
  • Euler totient
  • Legendre and Jacobi symbols
  • Primality tests:
    • Lucas test (Pratt's certificate)
    • Miller-Rabin test
    • Solovay-Strassen test
  • Rho-Pollard factorization
  • Rho-Pollard discrete logarithm
  • Cryptography:
    • RSA
    • ElGamal
    • Elliptic curves

About

Algorithms for cryptography classes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published