code wiki / tor
topic: tor
9 modules sharing the tor name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| nx_tor_aes.nx | AES-128-CTR for the Tor RELAY-cell cipher (tor-spec sec.5.5). THIN wrapper over the | 53 | 3 |
| nx_tor_aes_gate.nx | KAT for nx_tor_aes (AES-128-CTR, the Tor relay cipher) vs NIST SP 800-38A F.5. | 84 | 7 |
| nx_tor_cell.nx | SOVEREIGN Tor link-protocol CELL codec (tor-spec.txt sec.3 + sec.4 handshake cells). | 172 | 15 |
| nx_tor_cell_gate.nx | GATE for the Tor link-protocol cell codec (tor-spec sec.3/sec.4), byte-exact vs the | 111 | 8 |
| nx_tor_ntor.nx | SOVEREIGN Tor ntor / CREATE2 circuit handshake (tor-spec.txt §5.1.4 + KDF §5.2.2). | 156 | 12 |
| nx_tor_ntor_cli.nx | CLI/demo for the sovereign Tor ntor handshake. Runs ONE full handshake with FIXED | 52 | 3 |
| nx_tor_ntor_gate.nx | GATE for the sovereign Tor ntor handshake (tor-spec §5.1.4). | 128 | 7 |
| nx_tor_relay.nx | Tor circuit-handshake + RELAY-cell payloads (tor-spec sec.5.1/sec.5.1.2/sec.6.1). | 162 | 12 |
| nx_tor_relay_gate.nx | STRUCTURAL gate for Tor circuit/onion cells (tor-spec sec.5.1/5.1.2/6.1). Wraps a | 139 | 7 |