nx_bench_comb.nx
buildroot/runtime/bin/nx_bench_comb.nx
about
nx_bench_comb.nx -- isolated bench: comb fixed-base k*G (bits-up path).
dependencies 6 imports · 0 importers
imports: nx_syscalls.nxnx_csprng.nxnx_u256.nxnx_p256_point.nxnx_p256_scalar_mul.nxnx_p256_comb.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
| 9 | func bstrlen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != 0 { n = n + 1 } return n } called by 1: bprint |
| 10 | func bprint(label: *u8, total_us: i64, n: i64) -> i64 |
| 32 | func main() -> i64 |