pub fn decrypt(
sk: &ProxyReSecretKey,
ciphertext: &ProxyReCiphertext,
) -> ProxyReResult<Vec<u8>>Expand description
Decrypt a ciphertext with a secret key.
pub fn decrypt(
sk: &ProxyReSecretKey,
ciphertext: &ProxyReCiphertext,
) -> ProxyReResult<Vec<u8>>Decrypt a ciphertext with a secret key.