Skip to content

abhishekc20/BigIntLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

BigIntLib

A BigInt library for arbitrary-sized unsigned integers in C++.

A few notes

  1. The BigIntLib was produced primarily for positive integers of arbitrary size.

  2. The integers are stored in a vector, so are fairly efficient in terms of memory.

  3. They can be made to represent negative integer, following slight modifications. This is is not done because the primary purpose of this class was to support calculations in RSA encryption.

  4. Written circa 2011.

About

A BigInt library for C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages