Skip navigation links

Package com.tomgibara.crinch.hashing

Hashing utilities and interfaces for generating and managing hash values.

See: Description

Package com.tomgibara.crinch.hashing Description

Hashing utilities and interfaces for generating and managing hash values.

This package provides:

The hashing utilities support both general-purpose hashing through the Hash interface and specialized perfect hashing for known string sets through PerfectStringHash. HashRange provides bounds checking and range validation for hash values.

Skip navigation links