sodium_hex2bin

extern (C) @nogc nothrow pure
int
sodium_hex2bin
(
ubyte* bin
,
const size_t bin_maxlen
,
const(char*) hex
,
const size_t hex_len
,
const(char*) ignore
,
size_t* bin_len
,
const(char)** hex_end
)

Return Value

Type: int

0 on success, -1 otherwise

See Also

Meta