Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AES128CFB = NewStream(&streamAES{"aes", 16, "cfb"})
View Source
var AES128CTR = NewStream(&streamAES{"aes", 16, "ctr"})
View Source
var AES192CFB = NewStream(&streamAES{"aes", 24, "cfb"})
View Source
var AES192CTR = NewStream(&streamAES{"aes", 24, "ctr"})
View Source
var AES256CFB = NewStream(&streamAES{"aes", 32, "cfb"})
View Source
var AES256CTR = NewStream(&streamAES{"aes", 32, "ctr"})
View Source
var Camellia128CFB = NewStream(&streamAES{"camellia", 16, "cfb"})
View Source
var Camellia192CFB = NewStream(&streamAES{"camellia", 24, "cfb"})
View Source
var Camellia256CFB = NewStream(&streamAES{"camellia", 32, "cfb"})
View Source
var Salsa20 = NewStream(&salsa20Cipher{})
Functions ¶
func NewStream ¶
func NewStream(cipher Cipher) core.TunnelProvider
Types ¶
Click to show internal directories.
Click to hide internal directories.