[][src]Module crypto_api::cipher

Cipher traits

Structs

CipherInfo

Information about a cipher implementation

Traits

AeadCipher

An AEAD extension for Cipher

Cipher

A stateless (oneshot) cipher interface

StreamingAeadCipher

An AEAD extension for StreamingCipher

StreamingCipher

A stateful (streaming) cipher interface