• Show log

    Commit

  • Hash : edc2dd48
    Author : Nick Wellnhofer
    Date : 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.