Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cipher ¶
type Cipher interface { // Encrypt a msg. Encrypt(msg string) (string, error) // Decrypt a msg. Decrypt(msg string) (string, error) }
Cipher for algo.
Click to show internal directories.
Click to hide internal directories.