Provide the size of the data once base64 encoded
Provide the size of the data once base64 encoded
Decodes an ASCII base64 string and returns it as ubyte[] data. Allocates the size of the array.
Decodes an ASCCI base64 string and returns it as ubyte[] data.
Decodes an ASCII base64 string and returns it as ubyte[] data. Allocates the size of the array.
Decodes an ASCCI base64 string and returns it as ubyte[] data.
Encodes data and returns as an ASCII base64 string.
Encodes data and returns as an ASCII base64 string
Encodes data into buff and returns the number of bytes encoded. This will not terminate and pad any "leftover" bytes, and will instead only encode up to the highest number of bytes divisible by three.
Default base64 encode/decode table
Default base64 encode/decode table
URL-safe base64 encode/decode table
URL-safe base64 encode/decode table
This module is used to decode and encode base64 cstring / ubyte[] arrays