Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDecrypter ¶
NewDecrypter returns a BlockMode which decrypts in cipher block chaining mode, using the given three Blocks, all of which must have the same block size. The length of iv must be the same as the three times the Block's block size and must match the iv used to encrypt the data.
func NewEncrypter ¶
NewEncrypter returns a BlockMode which encrypts in cipher block chaining mode, using the given three Blocks, all of which must have the same block size. The length of iv must be the same as the three times the Block's block size. It is recommended that the blocks be initialized with different IVs.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.