Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrDataIsEncrypted = errors.New("failed to decrypt data that is encrypted")
View Source
var ErrDataIsNotEncrypted = errors.New("failed to decrypt data that is not encrypted")
Functions ¶
This section is empty.
Types ¶
type NoEncryption ¶
type NoEncryption struct{}
func NewNoEncryption ¶
func NewNoEncryption() *NoEncryption
Click to show internal directories.
Click to hide internal directories.