nx_p256_sign_bench.nx
buildroot/runtime/nx_p256_sign_bench.nx
about
nx_p256_sign_bench.nx -- measure the ACTUAL per-handshake server crypto:
P-256 ECDSA sign (TLS 1.3 CertificateVerify uses the le_ecdsa_key.bin
P-256 key). Tonight I mis-benched ed25519; the real cost is this. If
sign time ~= the measured ~80ms handshake, the handshake is crypto-bound
(P-256 comb tables = the lever), not Nagle-bound. __rdtsc + us clock, 1:1.
license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_ecdsa_p256_sign.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
| 12 | func bdec(n: i64) -> i64 |
| 22 | func msfix(us: i64) -> i64 |
| 30 | func main() -> i64 |