Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Crypto ¶
type Crypto interface { Encrypt(origData []byte) ([]byte, error) Decrypt(crypted []byte) ([]byte, error) }
Crypto ...
Click to show internal directories.
Click to hide internal directories.