Documentation
¶
Index ¶
- Constants
- func ExchangeIV(conn net.Conn, n int) (iv []byte, err error)
- func NewBlock(method string, key string) (c cipher.Block, err error)
- func RecvIV(conn net.Conn, n int) (iv []byte, err error)
- func SentIV(conn net.Conn, n int) (iv []byte, err error)
- func XOR(n int, a []byte, b []byte) (r []byte)
- type CryptConn
- type Dialer
- type Listener
Constants ¶
View Source
const ( KEYSIZE = 16 DEBUGOUTPUT = false HANDSHAKE_TIMEOUT = 30 * time.Second )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.