Expand description

A correct, small, but not especially fast base64 implementation

Enums

Failure to decode a base64 value.

Functions

Decode input from base64 using the standard base64 alphabet

Encode input into base64 using the standard base64 alphabet

Given the length of some data in bytes, return how many bytes it would take to base64 encode that data.