code wiki / _hdl_build / nx_opq_probe1.nx
nx_opq_probe1.nx
buildroot/runtime/_hdl_build/nx_opq_probe1.nx
about
nx_opq_probe1.nx -- stage probe for nx_opaque_core: derive the RFC 9807 C.1.5 oprf_key.
seed = Expand(oprf_seed, cred_id || "OprfKey", Nok); (oprf_key,_) = DeriveKeyPair(seed, "OPAQUE-DeriveKeyPair")
expect oprf_key = 2dfb5cb9aa1476093be74ca0d43e5b02862a05f5d6972614d7433acdc66f7f31
license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_opaque_core.nxnx_syscalls.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 p1_w(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 9 | func p1_nib(c: i64) -> i64 called by 1: p1_hex |
| 14 | func p1_hex(hexs: *u8, out: *u8) -> i64 |
| 22 | func p1_dump(label: *u8, b: *u8, n: i64) -> i64 |
| 37 | func main() -> i64 |