Skip to content

School lesson to develop algorithmic on big number (out of type memory capacity).

License

Notifications You must be signed in to change notification settings

PierreCIT/AlgorithmicOnBigNumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlgorithmicOnBigNumber

Language License

Introduction and context

This code was created for a school work. The purpose of this repository is to implement operations on big numbers necessary for cryptographic purposes (i.e. 1024 bits AES, 256 bits RSA...).
Of course, more advanced and probably perfomant library exist for theses operations. But it was really intersting to face the difficulties of coding these operation in C++.

Operation implemented

The following operations have been implemented :

  • Modular addition
  • Modular substraction
  • Modular mutliplication
  • Modular exponentiation (using montgomery algorithm)

About

School lesson to develop algorithmic on big number (out of type memory capacity).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published