Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ciphertext ¶
type Ciphertext []byte
type DecryptBytesTool ¶
type DecryptBytesTool func(Ciphertext, Key, Nonce) (Cleartext, error)
type EncryptBytesTool ¶
type EncryptBytesTool func(Cleartext, Key) (Ciphertext, Nonce, error)
Click to show internal directories.
Click to hide internal directories.