sodium_base642bin

extern (C) @nogc nothrow pure
int
sodium_base642bin
(
ubyte* bin
,
const size_t bin_maxlen
,
const(char*) b64
,
const size_t b64_len
,
const(char*) ignore
,
size_t* bin_len
,
const(char)** b64_end
,
const int variant
)

Return Value

Type: int

0 on success, -1 otherwise

See Also

Meta