pub fn decrypt<S>( sk: &SecretKey, pk: &XOnlyPublicKey, encrypted_content: S ) -> Result<String, Error>where S: Into<String>,
Dectypt