Home | History | Annotate | only in /external/chromium_org/third_party/smhasher
Up to higher level directory
NameDateSize
BUILD.gn23-Apr-2015910
cityhash.target.darwin-arm.mk23-Apr-20156.5K
cityhash.target.darwin-arm64.mk23-Apr-20156K
cityhash.target.darwin-mips.mk23-Apr-20156.2K
cityhash.target.darwin-mips64.mk23-Apr-20156.2K
cityhash.target.darwin-x86.mk23-Apr-20156.2K
cityhash.target.darwin-x86_64.mk23-Apr-20156.2K
cityhash.target.linux-arm.mk23-Apr-20156.5K
cityhash.target.linux-arm64.mk23-Apr-20156K
cityhash.target.linux-mips.mk23-Apr-20156.2K
cityhash.target.linux-mips64.mk23-Apr-20156.2K
cityhash.target.linux-x86.mk23-Apr-20156.2K
cityhash.target.linux-x86_64.mk23-Apr-20156.2K
LICENSE23-Apr-20151.1K
README.chromium23-Apr-2015319
smhasher.gyp23-Apr-2015803
src/23-Apr-2015

README.chromium

      1 Name: SMHasher
      2 URL: http://code.google.com/p/smhasher/
      3 Version: 0
      4 Revision: 147
      5 License: MIT, Public Domain
      6 License File: LICENSE
      7 Security Critical: yes
      8 
      9 Description:
     10 This is a library containing the MurmurHash3 function, and a hashing function
     11 test suite.
     12 
     13 Licenses are MIT (SMHasher) and Public Domain (MurmurHash).
     14 
     15