nx_p256_field_mul_oracle_test.nx
buildroot/runtime/nx_p256_field_mul_oracle_test.nx
about
nx_p256_field_mul_oracle_test.nx -- validates the FAST Solinas
p256_field_mul against the SLOW bit-serial oracle (p256_field_mul_slow)
over many random inputs + edge cases. fast MUST equal slow for every
canonical (a,b). This is the correctness gate for the Solinas path.
dependencies 5 imports · 0 importers
imports: nx_syscalls.nxnx_u256.nxnx_csprng.nxnx_p256_field.nxnx_p256_field_mul.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 13 | func _t_ge_p(a: *i64, p: *i64) -> i64 called by 1: _t_canon |
| 26 | func _t_sub_p(a: *i64, p: *i64) -> i64 called by 1: _t_canon |
| 38 | func _t_canon(a: *i64, p: *i64) -> i64 |
| 43 | func _t_check(a: *i64, b: *i64) -> i64 |
| 52 | func main() -> i64 |