mir-algorithm — Libmir Archive
← Libmir Archive
Dlang.org
encodeBase64
mir
base64
Encode a ubyte array as Base64, returning the encoded value.
string
encodeBase64
(const(ubyte)[] buf, char plusChar, char slashChar)
@
safe
pure
string
encodeBase64
(
scope
const
(
ubyte
)[]
buf
,
char
plusChar
= '+'
,
char
slashChar
= '/'
)
void
encodeBase64
(const(ubyte)[] input, Appender appender, char plusChar, char slashChar)
mir
base64
functions
decodeBase64
encodeBase64
Encode a ubyte array as Base64, returning the encoded value.