code wiki / rsa4096
topic: rsa4096
5 modules sharing the rsa4096 name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| nx_rsa4096_mod.nx | bit-by-bit reduction mod 4096-bit modulus. | 71 | 3 |
| nx_rsa4096_mod_exp.nx | RSA mod-exp s^e mod n for 4096-bit modulus. | 70 | 3 |
| nx_rsa4096_mod_test.nx | KAT for rsa4096_mod + rsa4096_mod_exp. | 131 | 1 |
| nx_rsa4096_mont.nx | CIOS Montgomery modular multiplication + modexp for the 4096-bit RSA modulus. | 138 | 6 |
| nx_rsa4096_mont_gate.nx | correctness KAT: the new Montgomery rsa4096_mod_exp_mont MUST equal the | 39 | 2 |