Functionsยง
- from_
base64 - Decode standard base64 (with or without padding) to bytes. Returns None on invalid input.
- from_
hex - Decode a hex string to bytes. Returns None on invalid input.
- hex_
to_ array - Decode a hex string to a fixed-size array. Returns None on invalid input or wrong length.
- to_
base64 - Encode bytes as standard base64 with padding.
- to_hex
- Encode bytes as lowercase hex string.