Struct hpke::aead::EmptyAeadImpl
source · pub struct EmptyAeadImpl;Expand description
An inert underlying Aead implementation. The open/seal routines panic. The new() function
returns an EmptyAeadImpl, and that is all of the functionality this struct has.