Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cipher ¶
type Cipher struct {
// contains filtered or unexported fields
}
*
- Cipher *
- @create 2022-7-26
- @author deatil
func AddCipher ¶ added in v1.0.4031
func AddCipher(name string, block CipherFunc) *Cipher
func WithCiphers ¶ added in v1.0.4031
func (*Cipher) Add ¶ added in v1.0.4031
func (this *Cipher) Add(name string, block CipherFunc) *Cipher
add one Cipher
type CipherFunc ¶
CipherFunc
func GetCipher ¶ added in v1.0.4031
func GetCipher(name string) (CipherFunc, error)
Click to show internal directories.
Click to hide internal directories.