code wiki / mse
topic: mse
7 modules sharing the mse name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| nx_mse_dh.nx | MSE/PE Diffie-Hellman key exchange (BitTorrent Message Stream Encryption anti-throttle). | 77 | 10 |
| nx_mse_handshake.nx | the FULL MSE/PE obfuscated handshake over a real socket (anti-throttle keystone). | 130 | 9 |
| nx_mse_keys.nx | MSE/PE key derivation: turn the DH shared secret S + info_hash SKEY into the two RC4 | 83 | 4 |
| nx_mse_scan_gate.nx | proves mw_recv_scan (the MSE stream-sync primitive) skips an arbitrary-length pad | 40 | 2 |
| nx_mse_seed_gate.nx | proves the SEEDER's MSE path end-to-end: an ENCRYPTED (mse_connect) leecher pulls a | 96 | 4 |
| nx_mse_wire.nx | REUSABLE MSE/PE wire library: a drop-in encrypted-socket layer for the torrent transport. | 218 | 22 |
| nx_mse_wire_gate.nx | loopback gate for the reusable MSE wire library (nx_mse_wire). | 77 | 3 |