Function encode_base32_bytes

Source
pub fn encode_base32_bytes(input: &[u8], pad: Option<bool>) -> String
Expand description

| Base32 encode. | | If pad is true, then the output will | be padded with ‘=’ so that its length | is a multiple of 8. |