Type Definition hpke::ContextResult

source · []
pub type ContextResult = Result<(Key, Nonce, u32, ByteSeq), HpkeError>;