code wiki / _hdl_build / nx_quic_keys_test.nx
nx_quic_keys_test.nx
buildroot/runtime/_hdl_build/nx_quic_keys_test.nx
about
nx_quic_keys_gate.nx -- RUNG 5a gate: QUIC Initial key schedule byte-exact vs RFC 9001 Appendix A.1
(DCID 0x8394c8f03e515708 -> initial/client/server secrets, key, iv, hp). Native, sovereign, on our own
HKDF-SHA256. GREEN = our key schedule is RFC-9001-correct to the byte. license_tier: ORIGINAL
dependencies 4 imports · 0 importers
imports: nx_quic_keys.nxnx_g_pn_lite_lib.nxnx_g_check_lib.nxnx_g_puts_lib.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 hexnib(c: i64) -> i64 called by 1: set_hex |
| 14 | func set_hex(out: *u8, hex: *u8, nbytes: i64) -> i64 |
| 19 | func eq(a: *u8, b: *u8, n: i64) -> i64 { var i: i64=0; while i<n { if a[i]!=b[i] { return 0 } i=i+1 } return 1 } called by 1: main |
| 21 | func main() -> i64 |