Crate balloons

Source
Expand description

A rust implementation of Balloon Hashing.

Structs§

Balloon
An abstract implementation of [Balloon Hashing].
BalloonBuilder
The builder of Balloon.

Enums§

Error

Traits§

FixedHash
The return type of balloon hashing algorithm.
FixedUint
A unsigned integer which can be converted from the return of the internal hash algorithm.
HashAlgo
A hash algorithm which is used in balloon hashing algorithm.

Type Aliases§

Result