bitwarden_vault::totp

Function decode_b32

source
fn decode_b32(s: &str) -> Vec<u8> 
Expand description

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.