All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Provide generic version of
LtHash32
. - Other operations for both versions:
- union function (also via
|
operator); - difference function (also via
-
operator); - checksum as hex string.
- union function (also via
- Basic version of
LtHash16
:LtHash
trait;- sequential
insert
andremove
operation; - support any hash function implementing
digest::ExtendableOutput
andDefault
.