yabase/base64/standard
Values
pub fn decode(
input: String,
) -> Result(BitArray, encoding.CodecError)
Decode a standard Base64 string to a BitArray. Per RFC 4648 section 3.3, non-alphabet characters (including CR/LF) are rejected.
pub fn decode(
input: String,
) -> Result(BitArray, encoding.CodecError)
Decode a standard Base64 string to a BitArray. Per RFC 4648 section 3.3, non-alphabet characters (including CR/LF) are rejected.