Documentation ¶
Index ¶
Constants ¶
View Source
const ( // algorithm - Ex. AES, (T)DES AES = "AES" // operation(op) mode - Ex. CTR, CBC, CFB, GCM, OFB CTR = "CTR" )
Variables ¶
View Source
var DefaultAlgo = AES
View Source
var DefaultKeyLen = 192
View Source
var DefaultOpMode = CTR
View Source
var ErrAlgorithmNotSupported = errors.New("entered algorithm is not supported")
View Source
var ErrKeyLengthNotSupported = errors.New("entered key length is not supported")
View Source
var ErrOperationModeNotSupported = errors.New("entered operation mode is not supported")
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.