Description
C programs can perform multiple-precision integer math needed by cryptography, number theory, and scientific code.
This library is useful for developers who need big integer arithmetic without writing their own low-level routines. It does not provide a calculator app; another program uses it for mathematical operations.
When used in security-sensitive code, correctness and side-channel behavior depend on the parent application and algorithm choices.