Documentation
¶
Index ¶
- func SonnefesDecrypt(cipher string, key string) (string, error)
- func SonnefesEncrypt(plainText, key string) (string, error)
- func SymmetricDecrypt(ea Alg, cipherText, key []byte) (plainText []byte, err error)
- func SymmetricEncrypt(ea Alg, plainText, key []byte) (cipherText []byte, err error)
- type Alg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SonnefesEncrypt ¶
func SymmetricDecrypt ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.