yabase/base64/nopadding
Values
pub fn decode(
input: String,
) -> Result(BitArray, encoding.CodecError)
Decode a Base64 string (without padding) to a BitArray. Length % 4 must be 0, 2, or 3 (never 1).
pub fn decode(
input: String,
) -> Result(BitArray, encoding.CodecError)
Decode a Base64 string (without padding) to a BitArray. Length % 4 must be 0, 2, or 3 (never 1).