Documentation ¶
Index ¶
- Variables
- func NewConn(c net.Conn, ciph Cipher) net.Conn
- func NewConnWithFallback(c net.Conn, ciph, fallback Cipher) net.Conn
- func NewReader(r io.Reader, aead cipher.AEAD) io.Reader
- func NewReaderWithFallback(r io.Reader, aead, fallback cipher.AEAD) io.Reader
- func NewWriter(w io.Writer, aead cipher.AEAD) io.Writer
- type Cipher
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrZeroChunk = errors.New("Snell ZERO_CHUNK occurred")
Functions ¶
func NewReaderWithFallback ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.