[][src]Module hash_browns::numbers

Numbers module, contains utilities that assist with hash functions. These include structs that divide numbers into byte by byte arrays.

Structs

ByteInt32

Acts as a container to manipulate an integer byte by byte.

ByteInt64

Traits

ToU32Int

Specifies conversion method to unsigned 32 bit

ToU64Int

Specifies conversion method to unsigned 64 bit