tari_utilities 0.0.6

A set of useful and commonly used utilities that are used in several places in the Tari project.
Documentation
# Tari Utilities

This crate is part of the [Tari Cryptocurrency](https://tari.com) project.

A set of useful and commonly used utilities that are used in several places in the Tari project.

## bit

integer to bit array functions

## byte_array

A trait that offers representation of datatypes as a byte array or hex string

## hash

Common hash functions used in Tari

## hex

Binary <-> Hex string conversions