# Packages

Package base provides the common interface that each supported transport protocol must implement.
Package obfs2 provides an implementation of the Tor Project's obfs2 obfuscation protocol.
Package obfs3 provides an implementation of the Tor Project's obfs3 obfuscation protocol.
Package obfs4 provides an implementation of the Tor Project's obfs4 obfuscation protocol.
Package scramblesuit provides an implementation of the ScrambleSuit obfuscation protocol.

# Functions

Get returns a transport protocol implementation by name.
Init initializes all of the integrated transports.
Register registers a transport protocol.
Transports returns the list of registered transport protocols.