- hexDecode
size_t hexDecode(ubyte* output, const(char)* input, size_t input_length, size_t input_consumed, bool ignore_ws)
- hexDecode
size_t hexDecode(ubyte* output, const(char)* input, size_t input_length, bool ignore_ws)
- hexDecode
size_t hexDecode(ubyte* output, string input, bool ignore_ws)
- hexDecode
Vector!ubyte hexDecode(string input, bool ignore_ws)
- hexDecode
Vector!ubyte hexDecode(Vector!char input, bool ignore_ws)
- hexDecodeLocked
SecureVector!ubyte hexDecodeLocked(const(char)* input, size_t input_length, bool ignore_ws)
- hexDecodeLocked
SecureVector!ubyte hexDecodeLocked(string input, bool ignore_ws)
- hexEncode
void hexEncode(char* output, const(ubyte)* input, size_t input_length, bool uppercase)
- hexEncode
string hexEncode(const(ubyte)* input, size_t input_length, bool uppercase)
- hexEncode
string hexEncode(Vector!(ubyte, Alloc) input, bool uppercase)
string hexEncode(RefCounted!(Vector!(ubyte, Alloc), Alloc) input, bool uppercase)
Hex Encoding and Decoding