Directories ¶
Path | Synopsis |
---|---|
common
|
|
csrand
Package csrand implements the math/rand interface over crypto/rand, along with some utility functions for common random number/byte related tasks.
|
Package csrand implements the math/rand interface over crypto/rand, along with some utility functions for common random number/byte related tasks. |
drbg
Package drbg implements a minimalistic DRBG based off SipHash-2-4 in OFB mode.
|
Package drbg implements a minimalistic DRBG based off SipHash-2-4 in OFB mode. |
log
Package log implements a simple set of leveled logging wrappers around the standard log package.
|
Package log implements a simple set of leveled logging wrappers around the standard log package. |
ntor
Package ntor implements the Tor Project's ntor handshake as defined in proposal 216 "Improved circuit-creation key exchange".
|
Package ntor implements the Tor Project's ntor handshake as defined in proposal 216 "Improved circuit-creation key exchange". |
probdist
Package probdist implements a weighted probability distribution suitable for protocol parameterization.
|
Package probdist implements a weighted probability distribution suitable for protocol parameterization. |
replayfilter
Package replayfilter implements a generic replay detection filter with a caller specifiable time-to-live.
|
Package replayfilter implements a generic replay detection filter with a caller specifiable time-to-live. |
socks5
Package socks5 implements a SOCKS 5 server and the required pluggable transport specific extensions.
|
Package socks5 implements a SOCKS 5 server and the required pluggable transport specific extensions. |
uniformdh
Package uniformdh implements the Tor Project's UniformDH key exchange mechanism as defined in the obfs3 protocol specification.
|
Package uniformdh implements the Tor Project's UniformDH key exchange mechanism as defined in the obfs3 protocol specification. |
internal
|
|
edwards25519
Package edwards25519 implements operations in GF(2**255-19) and on an Edwards curve that is isomorphic to curve25519.
|
Package edwards25519 implements operations in GF(2**255-19) and on an Edwards curve that is isomorphic to curve25519. |
Go language Tor Pluggable Transport suite.
|
Go language Tor Pluggable Transport suite. |
Package transports provides a interface to query supported pluggable transports.
|
Package transports provides a interface to query supported pluggable transports. |
base
Package base provides the common interface that each supported transport protocol must implement.
|
Package base provides the common interface that each supported transport protocol must implement. |
obfs4
Package obfs4 provides an implementation of the Tor Project's obfs4 obfuscation protocol.
|
Package obfs4 provides an implementation of the Tor Project's obfs4 obfuscation protocol. |
obfs4/framing
Package framing implements the obfs4 link framing and cryptography.
|
Package framing implements the obfs4 link framing and cryptography. |
obfs5
Package obfs5 provides an implementation of the Tor Project's obfs5 obfuscation protocol.
|
Package obfs5 provides an implementation of the Tor Project's obfs5 obfuscation protocol. |
Click to show internal directories.
Click to hide internal directories.