Expand description
A rust implementation of Balloon Hashing.
Structs§
- Balloon
- An abstract implementation of [Balloon Hashing].
- Balloon
Builder - The builder of
Balloon.
Enums§
Traits§
- Fixed
Hash - The return type of balloon hashing algorithm.
- Fixed
Uint - A unsigned integer which can be converted from the return of the internal hash algorithm.
- Hash
Algo - A hash algorithm which is used in balloon hashing algorithm.