# Functions
Bytes2Hex returns the hexadecimal encoding of d.
BytesToHexString encodes bytes as a hex string.
Decode hex string as bytes.
Encode encodes bytes as a hex string.
Hex2Bytes returns the bytes represented by the hexadecimal string str.
HexStringToBytes hex string as bytes.
# Variables
No description provided by the author