Module tari_utilities::serde::hex

source ·
Expand description

A module for smart bytes serialization.

It stores bytes as hex for human readable formats and uses bytes for binary formats.

Functions