Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cipher ¶
Cipher defines an object responsible to cipher and deciphers values by a key
func NewCipher ¶
func NewCipher(key []byte, logger logs.ErrorLogger, thrower errors.ErrorThrower) Cipher
NewCipher returns a Cipher object
type CipherError ¶ added in v1.0.12
type CipherError interface { errors.CustomError }
CipherError is the definition of errors that can occur using a Cipher object
Click to show internal directories.
Click to hide internal directories.