Skip to content

Repo to working with big integer by C++ standard (from C++ 14).

Notifications You must be signed in to change notification settings

gaukem/BigInteger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

BigInteger

Working with big integer by C++ standard. Maybe have some libraries support working with big integer (512 bits, 1024 bits): GNU Multiple Precision Arithmetic Library, ... But by C++ standard, which I clone from repository: https://github.com/ron4fun/BigIntegerCPP Then change some place to working with C++ standard. And implement sample: Elliptic Curve on Big Integer.

About

Repo to working with big integer by C++ standard (from C++ 14).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages