Module ockam_core::hex_encoding

source ·
Expand description

Encoding

Functions§

  • To keep back-compatibility we parse both sequence of integer or a hex string
  • By default, serde serializes using a sequence of integers. We rather serialize a using hex string.