Crate human_hash

Crate human_hash 

Source
Expand description

Generate human readable digests for UUIDs

Based on https://github.com/zacharyvoase/humanhash Should be compatible

Structs§

HumanHasher
Class for custom humanhashers

Constants§

DEFAULT_WORDLIST
Default Wordlist, chosen to match the original Python Human Hash

Functions§

humanize
Create a human readable digest for a UUID. Makes the collision space worse, reducing it to 1:(2^(8*words_out)-1).

Type Aliases§

Wordlist
List of 256 strings usable for human readable hash digests