Module sym

Source
Expand description

Symmetric Ciphers

Structs§

Aes
The AES cipher

Traits§

Cipher
The trait for symmetric cipher.

Type Aliases§

Aes128
The type of AES with 128 key bits.
Aes192
The type of AES with 192 key bits.
Aes256
The type of AES with 256 key bits.