code wiki / bigint
topic: bigint
4 modules sharing the bigint name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| bigint.nx | KAT GATE for the multi-precision integer primitives (syscalls.nx import chain). | 39 | 1 |
| nx_bigint.nx | KAT GATE for the multi-precision integer primitives (nx_syscalls import chain). | 39 | 1 |
| nx_bigint_lib.nx | multi-precision integer PRIMITIVES (unsigned), the IMPORTABLE library. | 174 | 10 |
| nx_bigint_modexp.nx | modular reduction + modular exponentiation on nx_bigint (the missing keystone). | 96 | 8 |