Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 688 Bytes

File metadata and controls

6 lines (4 loc) · 688 Bytes

Specter-AAL (early alpha)

Codacy Badge

Specter - Abstract Arithmetics Library (AAL) is a library coded in native C which is able to do operations with integer numbers of virtually unlimited length. The scope and architecture of AAL is different from any other implementation because it is hardware (architecture) and bit (endianness) agnostic. It is also optimized for running even on embedded ICs. For now though, the only functional math operations are addition and subtraction but in the future it will be able to run all other major operations.