pub fn decapsulate(ct: &Ct, sk: &PrivateKey) -> Result<Ss, Error>
Decapsulate the shared secret in ct using the private key sk.
ct
sk