[][src]Module tari_utilities::byte_array

Enums

ByteArrayError

Traits

ByteArray

Many of the types in this crate are just large numbers (256 bit usually). This trait provides the common functionality for types like secret keys, signatures, commitments etc. to be converted to and from byte arrays and hexadecimal formats.