decrypt_string

Function decrypt_string 

Source
pub fn decrypt_string(key: String, ciphertext: String) -> ApiResult<String>