Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 322 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 322 Bytes

ANSI C BigInteger

ANSI C Implementation of BigInteger ("arbitrary"-precision integer).

This is an academic implementation of arbitrary precision arithmetics that, even though it is "academic", it is fully functional, easy to understand/customize, relatively fast and can be used on comercial software.