Documentation
¶
Index ¶
Constants ¶
View Source
const ( FilenameCommonCipherKey = "awesome_libs_cipher_common" HintInitData = "Hint: you need init your data, because the CommonCipher's key is init key." )
View Source
const (
PanicKeyMustExists = "the cipher's key must be exists"
)
Variables ¶
View Source
var CommonCipher = Cipher{}
View Source
var IsInitKey bool
Functions ¶
Types ¶
type Cipher ¶
type Cipher struct {
// contains filtered or unexported fields
}
func (*Cipher) MustKeyExists ¶
func (c *Cipher) MustKeyExists()
Click to show internal directories.
Click to hide internal directories.