fn decode_b32(s: &str) -> Vec<u8> ⓘ
This code is migrated from our javascript implementation and is not technically a correct base32 decoder since we filter out various characters, and use exact chunking.