Module base64

Source

Structsยง

CodePoint ๐Ÿ”’

Enumsยง

Error ๐Ÿ”’

Functionsยง

decode ๐Ÿ”’
decode_public ๐Ÿ”’
Decode base64 input, writing the result into output.
decode_secret ๐Ÿ”’
Decode base64 input, writing the result into output.
decoded_length ๐Ÿ”’
Provide an upper limit on how much space could be required to decode a base64 encoding of len base64_len.
u8_broadcast8 ๐Ÿ”’
Broadcasts the top bit of x
u8_broadcast16 ๐Ÿ”’
Broadcasts the top bit of x
u8_equals ๐Ÿ”’
Returns 0xff if a == b, 0 otherwise.
u8_in_range ๐Ÿ”’
Returns 0xff if a in lo..=hi.
u8_less_than ๐Ÿ”’
Returns 0xff if a < b, 0 otherwise.
u8_nonzero ๐Ÿ”’
Returns 0xff if a != 0, 0 otherwise.