pub fn string_to_bytes(digest: &str) -> Option<[u8; 20]>
Decode a Base32 string into the SHA-1 bytes, returning an empty value if the input is not a valid Base2-encoded SHA-1 hash.