Exaelitus

Results 3 issues of Exaelitus

There is a comma missing at the end of line 15, so the 7th and 8th items are actually merged. This is why etalons_v looks like it has one less...

FYI- Should probably replace its usage in MeowHash https://docs.microsoft.com/en-us/cpp/intrinsics/readwritebarrier?view=vs-2019

Hi! I wrote an implementation in c++ of CircleHash, but I need to ensure that it is correct. I extracted out 3-4 simple KATs from circlehash64_test.go but those have no...