/Static-Bignum

A Static (eg. no heap) Bignum library

Primary LanguageC

Credit:  bn.c and bn.h are modified from https://github.com/kokke/tiny-bignum-c

bn.hpp -> unsigned integers (bn)
bn_s.hpp -> signed integers (bn_s)
bf.hpp -> floating point numbers (bf) [wip]