Module base64

Module base64 

Source
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.