cryptB64Decode

Decode crypt(3) base 64 to an output range

Note: This is *not* the same base 64 as used in many internet standards.

@safe
void
cryptB64Decode
(
Out
)
(
const(char)[] data
,
ref Out output
)
if (
isOutputRange!(Out, ubyte)
)

Meta