Skip to content
/ BigInt Public

Big Integer library for C. Made in pure C (without asm or SIMD) using only 2 files. Works on 16, 32, 64 bits computers

License

Notifications You must be signed in to change notification settings

ctronp/BigInt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small library for Big Integers

This project is unfinished, if you want to support or help with the development it is not necessary to write me, you can make use of the project as you wish.

made for simple usage where pure C is the safest option.

Usage

just download and add BigInt.h and BigInt.c as a static library. It will compile to target with at least 16 bits.

Functions

All the function can be seen in BigInt.h, they are commented about the usage.

Compilation

compiling with -O2 or -O3 will increase the performance considerably. usable with -flto and -Ofast.

About

Big Integer library for C. Made in pure C (without asm or SIMD) using only 2 files. Works on 16, 32, 64 bits computers

Topics

Resources

License

Stars

Watchers

Forks