Function aes_rust::anyway::decode

source ·
pub fn decode(text: &str) -> Vec<u8>
Expand description

Decodes AES and EAES to a vector.

For more information, check the module’s documentation.