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:
parent
37cb86cb82
commit
5c420f1aa7
11 changed files with 127 additions and 190 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue