Documentation ¶
Index ¶
Constants ¶
View Source
const ( ECB = "ecb" CBC = "cbc" CTR = "ctr" CFB = "cfb" OFB = "ofb" )
Variables ¶
View Source
var ( ErrOption = errors.New("配置错误") ErrNotFindCrypto = errors.New("无法找到加密器") )
View Source
var Salt []byte
默认盐值
Functions ¶
This section is empty.
Types ¶
type CryptoOption ¶
Click to show internal directories.
Click to hide internal directories.