mirror of
https://github.com/polhenarejos/pico-hsm
synced 2026-05-11 01:38:21 +02:00
- ASM is disabled - Neug needs full rewrite - Flash is based on PiMoroni 4MB flash (needs adjust) Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
4 lines
143 B
C
4 lines
143 B
C
void mod_reduce (bn256 *X, const bn512 *A, const bn256 *B,
|
|
const bn256 *MU_lower);
|
|
void mod_inv (bn256 *X, const bn256 *A, const bn256 *N);
|