Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: third_party/smhasher/README.chromium

Issue 7848010: Add a copy of the SMHasher library. MurmurHash3 will be used by SafeBrowsing phishing detection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/smhasher/LICENSE ('k') | third_party/smhasher/smhasher.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/smhasher/README.chromium
diff --git a/third_party/smhasher/README.chromium b/third_party/smhasher/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..dcf4bce95c56adae49d38fbf6ca3772ec1816715
--- /dev/null
+++ b/third_party/smhasher/README.chromium
@@ -0,0 +1,12 @@
+Name: SMHasher
+URL: http://code.google.com/p/smhasher/
+Version: 0
+Revision: 136
+License: MIT (SMHasher), Public Domain (MurmurHash)
+License File: LICENSE
+Security Critical: yes
+
+Description:
+This is a library containing the MurmurHash3 function, and a hashing function
+test suite.
+
« no previous file with comments | « third_party/smhasher/LICENSE ('k') | third_party/smhasher/smhasher.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698