Documentation ¶
Overview ¶
Package symcrypt contains common symmetric encryption functions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecryptCBC ¶
DecryptCBC decrypt bytes using a key and IV with AES in CBC mode.
func EncryptCBC ¶
EncryptCBC encrypt data using a key and IV with AES in CBC mode.
func MakeRandom ¶
MakeRandom is a helper that makes a new buffer full of random data.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.