Structsยง
- Code
Point ๐
Enumsยง
- Error ๐
Functionsยง
- decode ๐
- decode_
public ๐ - Decode base64
input
, writing the result intooutput
. - decode_
secret ๐ - Decode base64
input
, writing the result intooutput
. - 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
inlo..=hi
. - u8_
less_ ๐than - Returns 0xff if a < b, 0 otherwise.
- u8_
nonzero ๐ - Returns 0xff if a != 0, 0 otherwise.