Function aes_rust::anyway::encode_escape
source · pub fn encode_escape<T: ToBytes, S: AsRef<str>>(
input: T,
separator: S,
escape: bool
) -> String
Expand description
Encodes input (in bytes) to AES or EAES depending on if escape
is true.
For more information, check the module’s documentation.