dcrypt.encoders.hex

Members

Functions

hexDecode
ubyte[] hexDecode(string hexStr)

Convert a hex string back to bytes.

hexDecode
ubyte[] hexDecode(in ubyte[] hexData)

decodes hexData

toHexStr
string toHexStr(string data, bool upperCase = false)

Convert a string to a hex string.

toHexStr
string toHexStr(in ubyte[] data, bool upperCase = false)

Convert a byte array to a hex string.

Meta