Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AESEncryptor ¶
type AESEncryptor struct{}
AESEncryptor implements AES encryption/decryption
func NewAESEncryptor ¶
func NewAESEncryptor() *AESEncryptor
type ChaCha20Encryptor ¶
type ChaCha20Encryptor struct{}
ChaCha20Encryptor implements XChaCha20-Poly1305 encryption/decryption
func NewChaCha20Encryptor ¶
func NewChaCha20Encryptor() *ChaCha20Encryptor
NewChaCha20Encryptor creates a new ChaCha20Encryptor
Click to show internal directories.
Click to hide internal directories.