Expand description
Base64 facilities.
Functionsยง
- encode
- Encodes the given bytes as base64 and appends them to the destination string.
- encode_
len - One aspect of base64 is that the encoded length can be calculated accurately in advance, which is what this returns.