Documentation
¶
Overview ¶
Package deoxys implements the Deoxys-BC block cipher and Deoxys-II nonce-misuse-resistant authenticated encryption mode.
Deoxys 1.43 Specification:
https://sites.google.com/view/deoxyscipher https://drive.google.com/file/d/1IUELtBUdp6vrY8uhxHhycsGuSH_XlpMJ/view
Index ¶
Constants ¶
View Source
const ( NonceSize = 15 TagSize = 16 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AEAD ¶
type AEAD struct {
// contains filtered or unexported fields
}
AEAD implements the Deoxys-II authenticated encryption mode with Deoxys-BC as the underlying tweakable block cipher
Click to show internal directories.
Click to hide internal directories.