Function encode_base32

Source
pub fn encode_base32(str_: &[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. |