Skip to main content

Module cipher

Module cipher 

Source
Expand description

Ciphers.

Modules§

aes_cbc
AES-CBC stream cipher operations.
aes_ctr
AES-CTR stream cipher operations.

Structs§

CipherError
Error returned in the event of an unsuccessful cipher operation.

Traits§

BlockCipher
Synchronous block cipher trait.
StreamCipher
Synchronous stream cipher trait.