pub type HpkeByteSeqResult = Result<ByteSeq, HpkeError>;
A Result type that returns a [ByteSeq] or an HpkeError.
Result
ByteSeq
HpkeError