Function encryptodon::decrypt

source ·
pub fn decrypt(
    status: String,
    pub_key: String,
    priv_key: String
) -> Result<String, String>