Skip to main content

decrypt_secret

Function decrypt_secret 

Source
pub fn decrypt_secret(hex_data: &str) -> Result<String, String>
Expand description

Decrypt a stored secret. Thin wrapper over decrypt_secret_with_origin that discards the key-generation signal.