-
-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FNV128: fix shift UB and ensure that the test vector match
The test vectors are `golden128` from https://github.com/golang/go/blob/master/src/hash/fnv/fnv_test.go FNV128("") = 6c62272e07bb014262b821756295c58d FNV128("a") = d228cb69101a8caf78912b704e4a141e FNV128("ab") = 0880945aeeab1be95aa073305526c088 FNV128("abc") = a68bb2a4348b5822836dbc78c6aee73b
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters