[][src]Module tari_utilities::hex

Enums

HexError

Traits

Hex

Any object implementing this trait has the ability to represent itself as a hexadecimal string and convert from it.

Functions

from_hex

Decode a hex string into bytes.

serialize_to_hex
to_hex

Encode the provided bytes into a hex string

to_hex_multiple

Encode the provided vector of bytes into a hex string