Function decapsulate

Source
pub fn decapsulate(ct: &Ct, sk: &PrivateKey) -> Result<Ss, Error>
Expand description

Decapsulate the shared secret in ct using the private key sk.