logo
pub trait CipherOp { }
Expand description

Marker trait denoting whether the EAX stream is used for encryption/decryption.

Implementors