I need a deterministic BuildHasher for my use case and I'd love to try gxhash.
Currently GxHasher has a with_seed constructor but not GxBuildHasher.
Would it be possible to add this?
Also, can you confirm that the hashes produced by gxhash are identical on all supported platforms when the seed is the same?
I need a deterministic
BuildHasher
for my use case and I'd love to try gxhash. CurrentlyGxHasher
has awith_seed
constructor but notGxBuildHasher
. Would it be possible to add this?Also, can you confirm that the hashes produced by gxhash are identical on all supported platforms when the seed is the same?