Skip to content

Implementing large modulo arithmetic using c++

Notifications You must be signed in to change notification settings

tosi-mosi/BigInt

Repository files navigation

BigInt

Implementing large modulo arithmetic and a calculator allows to compose more compound mathematical expressions from basic operations.

Specific features:

  • Modulo value is provided at compile time.
  • This project could be used in cryptographic applications that require large modulo arithmetic.
  • Calculator supports such operations:
    • +
    • -
    • *
    • /
    • ^
    • grouping with "()"

About

Implementing large modulo arithmetic using c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published