Function aes_rust::anyway::encode

source ·
pub fn encode<T: ToBytes, S: AsRef<str>>(input: T, separator: S) -> String
Expand description

Encodes input (in bytes) to AES.

For more information, check the module’s documentation.