[][src]Module hash_browns::chops

This module contains hashing functions that focus on chopping mechanisms.

Enums

ChopSeeds

Enum that represents seeds for hashing functions. Such as,

Functions

chop_u32

Will hash a str into a 32 bit unsigned integer. This is a fast hash function not intended for cryptographic purposes

chop_u64

Will hash a str into a 64 bit unsigned integer