mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-01-17 09:28:05 +00: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>
3 lines
143 B
C
3 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);
|