1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 09:34:49 +09:00

Replace MD5 with MurmurHash3_128 in SPMI (#78527)

Co-authored-by: Jakob Botsch Nielsen <Jakob.botsch.nielsen@gmail.com>
Co-authored-by: Jan Kotas <jkotas@microsoft.com>
This commit is contained in:
Egor Bogatov 2022-11-20 03:44:51 +01:00 committed by GitHub
parent 37cb86cb82
commit 5c420f1aa7
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 127 additions and 190 deletions

View file

@ -1206,3 +1206,12 @@ As an exception, if, as a result of your compiling your source code, portions
of this Software are embedded into a machine-executable object form of such
source code, you may redistribute such embedded portions in such object form
without including the above copyright and permission notices.
License for MurmurHash3
--------------------------------------
https://github.com/aappleby/smhasher/blob/master/src/MurmurHash3.cpp
MurmurHash3 was written by Austin Appleby, and is placed in the public
domain. The author hereby disclaims copyright to this source