Yves Orton

Results 280 comments of Yves Orton

You might find one of the forks, such as https://github.com/rurban/smhasher https://github.com/demerphq/smhasher is easier to build. I would guess that the rurban fork is more likely to build on win32 than...

BTW, I should have said "i am not issuing a pull request /right now/". I am not opposed to trying to merge my changes into your repo.

On Thu, 28 Jul 2022 at 13:16, Jean-Philippe Aumasson < ***@***.***> wrote: > from https://twitter.com/vmload/status/1552613272532172801 > > Switch case could be simplified to this? > > for (i = 1;...

re: veryrusty FWIW, what you describe is what I would have expected, and sounds like a good change. Yves

Is this a request that I add it? Or will you hack up a patch for me Damian? Yves On 11 January 2018 at 16:46, Damian Gryski wrote: > https://github.com/google/highwayhash...

Most hashes are seeded, and that seed is transformed into an internal state before hashing. So for instance a hash might take a 128 bit seed, and then transform it...

Yeah I did the same last night. But im sure yours must be less hacky than mine. Interestingly HighwayHash256 fails avalanche tests. They have many bits that are too high...

Id like to reconcile your changes with mine: https://github.com/demerphq/smhasher/tree/yves/highwayhash And then merge them. I used the c++ part, but for the life of me I had to do dodgy shite...

I got distracted with other things, I will revisit this when I get a chance. Yves

@bram-perl there is (or maybe was) a hidden standard for creating a table that things like pod2html would respect. I wonder if this just means we should add a few...