diff options
author | Matthew Sakai <[email protected]> | 2023-11-16 19:37:30 -0500 |
---|---|---|
committer | Mike Snitzer <[email protected]> | 2024-02-20 13:43:13 -0500 |
commit | a3957b1f3ec9ec78dd33422f3a8b4ee6781d8e3b (patch) | |
tree | cac957f450b04c5ab367dd6fc59c2e1e5fb5af47 /drivers/md/dm-vdo/string-utils.c | |
parent | 04bf7ac646ab5eb0987bbd6e87b156b856b1b03f (diff) |
dm vdo: add the MurmurHash3 fast hashing algorithm
MurmurHash3 is a fast, non-cryptographic, 128-bit hash. It was originally
written by Austin Appleby and placed in the public domain. This version has
been modified to produce the same result on both big endian and little
endian processors, making it suitable for use in portable persistent data.
Co-developed-by: J. corwin Coburn <[email protected]>
Signed-off-by: J. corwin Coburn <[email protected]>
Co-developed-by: Ken Raeburn <[email protected]>
Signed-off-by: Ken Raeburn <[email protected]>
Co-developed-by: John Wiele <[email protected]>
Signed-off-by: John Wiele <[email protected]>
Signed-off-by: Matthew Sakai <[email protected]>
Signed-off-by: Mike Snitzer <[email protected]>
Diffstat (limited to 'drivers/md/dm-vdo/string-utils.c')
0 files changed, 0 insertions, 0 deletions