LICENSE.txt
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
pyhash/__init__.py
pyhash.egg-info/PKG-INFO
pyhash.egg-info/SOURCES.txt
pyhash.egg-info/dependency_links.txt
pyhash.egg-info/top_level.txt
src/CityHash.h
src/FNV1.h
src/FarmHash.h
src/Hash.cpp
src/Hash.h
src/Lookup3.h
src/MetroHash.h
src/Mum.h
src/MurmurHash.h
src/SpookyHash.h
src/SuperFastHash.h
src/T1.h
src/xxHash.h
src/SuperFastHash/SuperFastHash.c
src/fnv/fnv.h
src/fnv/fnv32.c
src/fnv/fnv64.c
src/fnv/hash_32.c
src/fnv/hash_32a.c
src/fnv/hash_64.c
src/fnv/hash_64a.c
src/fnv/have_ulong64.c
src/fnv/longlong.h
src/fnv/test_fnv.c
src/lookup3/lookup3.c
src/pybind11/include/pybind11/attr.h
src/pybind11/include/pybind11/buffer_info.h
src/pybind11/include/pybind11/cast.h
src/pybind11/include/pybind11/chrono.h
src/pybind11/include/pybind11/common.h
src/pybind11/include/pybind11/complex.h
src/pybind11/include/pybind11/eigen.h
src/pybind11/include/pybind11/embed.h
src/pybind11/include/pybind11/eval.h
src/pybind11/include/pybind11/functional.h
src/pybind11/include/pybind11/iostream.h
src/pybind11/include/pybind11/numpy.h
src/pybind11/include/pybind11/operators.h
src/pybind11/include/pybind11/options.h
src/pybind11/include/pybind11/pybind11.h
src/pybind11/include/pybind11/pytypes.h
src/pybind11/include/pybind11/stl.h
src/pybind11/include/pybind11/stl_bind.h
src/pybind11/include/pybind11/detail/class.h
src/pybind11/include/pybind11/detail/common.h
src/pybind11/include/pybind11/detail/descr.h
src/pybind11/include/pybind11/detail/init.h
src/pybind11/include/pybind11/detail/internals.h
src/pybind11/include/pybind11/detail/typeid.h
src/pybind11/tests/constructor_stats.h
src/pybind11/tests/local_bindings.h
src/pybind11/tests/object.h
src/pybind11/tests/pybind11_cross_module_tests.cpp
src/pybind11/tests/pybind11_tests.cpp
src/pybind11/tests/pybind11_tests.h
src/pybind11/tests/test_buffers.cpp
src/pybind11/tests/test_builtin_casters.cpp
src/pybind11/tests/test_call_policies.cpp
src/pybind11/tests/test_callbacks.cpp
src/pybind11/tests/test_chrono.cpp
src/pybind11/tests/test_class.cpp
src/pybind11/tests/test_constants_and_functions.cpp
src/pybind11/tests/test_copy_move.cpp
src/pybind11/tests/test_docstring_options.cpp
src/pybind11/tests/test_eigen.cpp
src/pybind11/tests/test_enum.cpp
src/pybind11/tests/test_eval.cpp
src/pybind11/tests/test_exceptions.cpp
src/pybind11/tests/test_factory_constructors.cpp
src/pybind11/tests/test_iostream.cpp
src/pybind11/tests/test_kwargs_and_defaults.cpp
src/pybind11/tests/test_local_bindings.cpp
src/pybind11/tests/test_methods_and_attributes.cpp
src/pybind11/tests/test_modules.cpp
src/pybind11/tests/test_multiple_inheritance.cpp
src/pybind11/tests/test_numpy_array.cpp
src/pybind11/tests/test_numpy_dtypes.cpp
src/pybind11/tests/test_numpy_vectorize.cpp
src/pybind11/tests/test_opaque_types.cpp
src/pybind11/tests/test_operator_overloading.cpp
src/pybind11/tests/test_pickling.cpp
src/pybind11/tests/test_pytypes.cpp
src/pybind11/tests/test_sequences_and_iterators.cpp
src/pybind11/tests/test_smart_ptr.cpp
src/pybind11/tests/test_stl.cpp
src/pybind11/tests/test_stl_binders.cpp
src/pybind11/tests/test_tagbased_polymorphic.cpp
src/pybind11/tests/test_virtual_functions.cpp
src/pybind11/tests/test_cmake_build/embed.cpp
src/pybind11/tests/test_cmake_build/main.cpp
src/pybind11/tests/test_embed/catch.cpp
src/pybind11/tests/test_embed/external_module.cpp
src/pybind11/tests/test_embed/test_interpreter.cpp
src/smhasher/AvalancheTest.cpp
src/smhasher/AvalancheTest.h
src/smhasher/Bitslice.cpp
src/smhasher/Bitvec.cpp
src/smhasher/Bitvec.h
src/smhasher/City.cpp
src/smhasher/City.h
src/smhasher/CityCrc.h
src/smhasher/CityTest.cpp
src/smhasher/DifferentialTest.cpp
src/smhasher/DifferentialTest.h
src/smhasher/FarmTest.cc
src/smhasher/Hashes.cpp
src/smhasher/Hashes.h
src/smhasher/KeysetTest.cpp
src/smhasher/KeysetTest.h
src/smhasher/MurmurHash1.cpp
src/smhasher/MurmurHash1.h
src/smhasher/MurmurHash2.cpp
src/smhasher/MurmurHash2.h
src/smhasher/MurmurHash3.cpp
src/smhasher/MurmurHash3.h
src/smhasher/PMurHash.c
src/smhasher/PMurHash.h
src/smhasher/Platform.cpp
src/smhasher/Platform.h
src/smhasher/Random.cpp
src/smhasher/Random.h
src/smhasher/SpeedTest.cpp
src/smhasher/SpeedTest.h
src/smhasher/Spooky.cpp
src/smhasher/Spooky.h
src/smhasher/SpookyTest.cpp
src/smhasher/Stats.cpp
src/smhasher/Stats.h
src/smhasher/SuperFastHash.cpp
src/smhasher/Types.cpp
src/smhasher/Types.h
src/smhasher/cmetrohash.h
src/smhasher/cmetrohash64.c
src/smhasher/crc.cpp
src/smhasher/crc32-generated-constants.cpp
src/smhasher/crc32_hw.c
src/smhasher/crc32_hw1.c
src/smhasher/crc32c.cpp
src/smhasher/crc32c.h
src/smhasher/farmhash-c-test.cc
src/smhasher/farmhash-c.c
src/smhasher/farmhash-c.h
src/smhasher/farmhash.cc
src/smhasher/farmhash.h
src/smhasher/fasthash.cpp
src/smhasher/fasthash.h
src/smhasher/fhtw.h
src/smhasher/halfsiphash.c
src/smhasher/hasshe2.c
src/smhasher/jody_hash32.c
src/smhasher/jody_hash32.h
src/smhasher/jody_hash64.c
src/smhasher/jody_hash64.h
src/smhasher/lookup3.cpp
src/smhasher/main.cpp
src/smhasher/md5.cpp
src/smhasher/metrohash.h
src/smhasher/metrohash128.cpp
src/smhasher/metrohash128crc.cpp
src/smhasher/metrohash64.cpp
src/smhasher/metrohash64crc.cpp
src/smhasher/mum.cc
src/smhasher/mum.h
src/smhasher/opt_cmetrohash.h
src/smhasher/opt_cmetrohash64_1.c
src/smhasher/sha1.cpp
src/smhasher/sha1.h
src/smhasher/siphash.c
src/smhasher/siphash.h
src/smhasher/siphash_impl.h
src/smhasher/siphash_sse2.c
src/smhasher/siphash_ssse3.c
src/smhasher/t1ha.h
src/smhasher/xxhash.c
src/smhasher/xxhash.h
src/smhasher/t1ha/t1ha0.c
src/smhasher/t1ha/t1ha0_ia32aes_a.h
src/smhasher/t1ha/t1ha0_ia32aes_avx.c
src/smhasher/t1ha/t1ha0_ia32aes_avx2.c
src/smhasher/t1ha/t1ha0_ia32aes_b.h
src/smhasher/t1ha/t1ha0_ia32aes_noavx.c
src/smhasher/t1ha/t1ha1.c
src/smhasher/t1ha/t1ha2.c
src/smhasher/t1ha/t1ha_bits.h