dcrypt.util.encoders.hex

Undocumented in source.

Members

Functions

hexDecode
ubyte[] hexDecode(string hexStr)

Convert a hex string back to bytes.

hexDecode
ubyte[] hexDecode(ubyte[] hexData)

decodes hexData

hexEncode
string hexEncode(string data, bool upperCase)

Convert a string to a hex string.

hexEncode
ubyte[] hexEncode(ubyte[] data, bool upperCase)
Undocumented in source. Be warned that the author may not have intended to support it.
toHexStr
string toHexStr(ubyte[] data, bool upperCase)

Convert a byte array to a hex string.

Meta