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