code wiki / opaque
topic: opaque
12 modules sharing the opaque name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| nx_opaque_3dh.nx | V-MODAUTH-2b: RFC 9807 §6.4 OPAQUE-3DH key schedule. | 180 | 3 |
| nx_opaque_core.nx | V-MODAUTH-2a: OPAQUE (RFC 9807) shared primitives. | 377 | 10 |
| nx_opaque_envelope.nx | V-MODAUTH-2a: RFC 9807 §4 client credential Envelope (Store / Recover). | 242 | 6 |
| nx_opaque_kat_register.nx | registers the OPAQUE auth arc (V-MODAUTH-2/4/6/7). | 52 | 2 |
| nx_opaque_login.nx | no-cookie OPAQUE login LOGIC (the wiki's model, FULL OPAQUE / modauth, RFC 9807). | 131 | 9 |
| nx_opaque_login_daemon.nx | R2: thin HTTP daemon wrapping the gated no-cookie OPAQUE login (nx_opaque_login). | 505 | 21 |
| nx_opaque_login_gate.nx | KAT for the no-cookie OPAQUE login seam. Drives the FULL over-the-wire flow | 64 | 2 |
| nx_opaque_login_routes.nx | the SHARED route table for the no-cookie OPAQUE login. Builds a full HTTP | 187 | 12 |
| nx_opaque_login_smoke.nx | R2 smoke: fork the OPAQUE login daemon, drive it as a REAL HTTP client over a | 108 | 6 |
| nx_opaque_login_tls_daemon.nx | R3-B: the no-cookie OPAQUE login served over SOVEREIGN TLS 1.3 (ECDSA | 93 | 2 |
| nx_opaque_pake.nx | V-MODAUTH-2c: RFC 9807 OPAQUE-3DH top level (registration + login). | 538 | 14 |
| nx_opaque_rfc_kat.nx | ENGINEER gate: OPAQUE-3DH (RFC 9807) vs the RFC's OWN P-256 vectors. | 327 | 11 |