Hex.Safe
val to_hex : string -> string
to_hex :
x0-0xff
* -> A-F0-9*
A-F0-9
val of_hex : string -> string option
of_hex : a-fA-F0-9* ->
a-fA-F0-9
* option