pub fn dec(sk: SecretKey, ctxt: Ciphertext) -> Option<[u8; 32]>
Decapsulate: use the secret key to extract the corresponding shared symmetric key from a ciphertext (if successful).