Functionsยง
- decode_
base64 - decode_
base64_ strip_ whitespace - Decode a base64 string into a byte vector Returns an error string if decoding fails
- decode_
hex - Decode a hex string into a byte vector Returns an error string if decoding fails
- encode_
base64 - Encode a byte slice into a base64 string using the default engine
- encode_
hex - Encode a byte slice into a hex string