Aleksey Vaneev

Results 20 issues of Aleksey Vaneev

Hello, could you add my PRNG which I designed for hashing, to your test suite? The project page is https://github.com/avaneev/prvhash You'll just need `prvhash_core.h` file. The minimal PRNG code follows....

From my experience, the average of all measured biases is an important metric when comparing hash function (at a given bit-size, of course), it's a very useful test that reflects...

enhancement

This test evaluates hash function's use as a checksum, how well it can detect 1-bit alterations in a rather big message. This test is probably similar to Diff test, but...

This test checks both handling of sparse data and avalanche properties of hash function. This is a very extreme test. It can run for e.g. 10000 iterations. On each iteration...

enhancement

Sorry to write this directly as I'm an "interested person" having my own hash functions, but recently the claim "xxhash passes all SMHasher tests" became imprecise: I've invented a new...

Any plans to implement double-typed DFT? float is not enough for high-quality audio DSP.