nx_p256_comb_test.nx
buildroot/runtime/bin/nx_p256_comb_test.nx
about
nx_p256_comb_test.nx -- oracle test: fixed-base comb k*G must equal the
generic double-and-add p256_scalar_mul(k, G) for all scalars.
dependencies 4 imports · 0 importers
imports: nx_syscalls.nxnx_csprng.nxnx_p256_comb.nxnx_p256_scalar_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
| 8 | func t_strlen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != 0 { n = n + 1 } return n } called by 1: t_print_num |
| 9 | func t_print_num(label: *u8, v: i64) -> i64 |
| 27 | func check_k(k: *i64, g: *P256Point, table: *i64, box: *i64) -> i64 |
| 36 | func main() -> i64 |