nx_bench_x25519.nx
buildroot/runtime/bin/nx_bench_x25519.nx
about
nx_bench_x25519.nx -- isolated X25519 ECDH (variable-base) bench.
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_csprng.nxnx_x25519_ephemeral.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
| 6 | func bstrlen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != 0 { n = n + 1 } return n } called by 1: bprint |
| 7 | func bprint(label: *u8, total_us: i64, n: i64) -> i64 |
| 29 | func main() -> i64 |