Function rncryptor::v3::decrypt [] [src]

pub fn decrypt(password: &str, message: &Message) -> Result<Vec<u8>>

Decrypts a Message with the given password, producing either a decrypted Vec<u8> or an Error otherwise.

Note: This is NOT a streaming function.