sodium_bin2hex

extern (C) @nogc nothrow pure
char*
sodium_bin2hex
(
char* hex
,
const size_t hex_maxlen
,
const(ubyte*) bin
,
const size_t bin_len
)

Return Value

Type: char*

hex

See Also

Meta