fn hexToBytes(out: []u8, input: []const u8) ![]u8
[src]
Decodes the sequence of bytes represented by the specified string of hexadecimal characters. Returns a slice of the output buffer containing the decoded bytes.
fn hexToBytes(out: []u8, input: []const u8) ![]u8
Decodes the sequence of bytes represented by the specified string of hexadecimal characters. Returns a slice of the output buffer containing the decoded bytes.