pub fn encode_base32(str_: &[u8], pad: Option<bool>) -> String
| Base32 encode. | | If pad is true, then the output will | be padded with ‘=’ so that its length | is a multiple of 8. |
pad