Type Definition hpke_kem::EncapResult

source · []
pub type EncapResult = Result<(SharedSecret, SerializedPublicKey), HpkeError>;