Commit edc2dd48cb8b7fcad09a1313cf0255303968d07f

Nick Wellnhofer 2023-09-04T16:07:23

dict: Update hash function Update hash function from classic Jenkins OAAT (dict.c) and a variant of DJB2 (hash.c) to "GoodOAAT" taken from the SMHasher repo. This hash function passes all SMHasher tests.