Structsยง
- Code
Point ๐
Enumsยง
- Error ๐
Functionsยง
- decode ๐
- decode_
public ๐Decode base64input
, writing the result intooutput
. - decode_
secret ๐Decode base64input
, writing the result intooutput
. - decoded_
length ๐Provide an upper limit on how much space could be required to decode a base64 encoding of lenbase64_len
. - u8_
broadcast8 ๐Broadcasts the top bit ofx
- u8_
broadcast16 ๐Broadcasts the top bit ofx
- u8_
equals ๐Returns 0xff if a == b, 0 otherwise. - u8_
in_ ๐range Returns 0xff ifa
inlo..=hi
. - u8_
less_ ๐than Returns 0xff if a < b, 0 otherwise. - u8_
nonzero ๐Returns 0xff if a != 0, 0 otherwise.