ocaml.org
ocaml.org copied to clipboard
Cookbook Encode and Decode Bytestrings from Hex-Strings
I have added two functions for the task Encode and Decode Bytestrings from Hex-Strings
decode_hex_stringto convert a hexidecimal string to an ascii string.encode_to_hexto convert an ascii string to hexidecimal.
Both functions leverage the Hex library.