Type Definition hpke::SenderContextResult

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