Casey Muratori

Results 89 comments of Casey Muratori

This is delightful - thank you very much! I am very busy at the moment so I may not be able to merge this in until the weekend (I'd like...

That is very surprising, because I actually tested threaded warmup myself when I initially wrote this program, and I did not see any significant change in the speed at all...

Awesome! I will take a look. Separately, I am curious: the four-parallel-track construction is how I did the original Meow Hash (the one that didn't have enough diffusion). I am...

Well, it's not so much that I considered it obvious as that it was the original design of Meow Hash :) My assumption was that since you didn't use any...

So, since I was looking at Chacha20 and AES-256-ctr recently, I also have some important updates: it turns out both Zen2/3 and Tiger Lake added a second AES unit. That...

This write-up is awesome! Just fantastic. As the resident non-cryptographer, other than just changing the README to remove the level 3 claim (and linking to the write-up?), are there recommendations...

Again as the resident non-cryptographer, I can only really add performance commentary: 1. On x64, AESDEC generally issues once per clock. So you can do one every cycle. It takes...

For the time being, I went ahead and pasted that security warning into the README, just so there would be something up there while we work out what to do...

Roger that - should be updated now? \- Casey