Skip to main content

Crate redoubt_aead_aegis_x86

Crate redoubt_aead_aegis_x86 

Source
Expand description

x86_64 assembly AEGIS-128L AEAD implementation.

§License

GPL-3.0-only

Structs§

Aegis128LX86Backend
x86_64 assembly AEGIS-128L backend.

Constants§

KEY_SIZE
Key size: 128 bits (16 bytes).
NONCE_SIZE
Nonce size: 128 bits (16 bytes).
TAG_SIZE
Tag size: 128 bits (16 bytes).