gitextract_28zcd061/ ├── .clang-format ├── ChangeLog ├── README.md ├── benchmarks/ │ ├── City.cpp │ ├── City.h │ ├── SpookyV2.cpp │ ├── SpookyV2.h │ ├── bbs-prng.h │ ├── bench-crypto.c │ ├── bench-crypto.sh │ ├── bench-prng.c │ ├── bench-prng.sh │ ├── bench.c │ ├── bench.sh │ ├── blake2-config.h │ ├── blake2-impl.h │ ├── blake2.h │ ├── blake2b-load-sse2.h │ ├── blake2b-load-sse41.h │ ├── blake2b-round.h │ ├── blake2b.c │ ├── byte_order.c │ ├── byte_order.h │ ├── chacha-prng.h │ ├── gen-table.rb │ ├── meow_hash.h │ ├── meow_intrinsics.h │ ├── metrohash64.cpp │ ├── metrohash64.h │ ├── mum512-prng.h │ ├── platform.h │ ├── rapidhash.h │ ├── sha3.c │ ├── sha3.h │ ├── sha512.c │ ├── sha512.h │ ├── sip24-prng.h │ ├── siphash24.c │ ├── splitmix64.c │ ├── t1ha/ │ │ ├── src/ │ │ │ ├── t1ha0.c │ │ │ ├── t1ha0_ia32aes_a.h │ │ │ ├── t1ha0_ia32aes_avx.c │ │ │ ├── t1ha0_ia32aes_avx2.c │ │ │ ├── t1ha0_ia32aes_b.h │ │ │ ├── t1ha0_ia32aes_noavx.c │ │ │ ├── t1ha0_selfcheck.c │ │ │ ├── t1ha1.c │ │ │ ├── t1ha1_selfcheck.c │ │ │ ├── t1ha2.c │ │ │ ├── t1ha2_selfcheck.c │ │ │ ├── t1ha_bits.h │ │ │ ├── t1ha_selfcheck.c │ │ │ ├── t1ha_selfcheck.h │ │ │ └── t1ha_selfcheck_all.c │ │ └── t1ha.h │ ├── ustd.h │ ├── xoroshiro128plus.c │ ├── xoroshiro128starstar.c │ ├── xoseed.c │ ├── xoshiro256plus.c │ ├── xoshiro256starstar.c │ ├── xoshiro512plus.c │ ├── xoshiro512starstar.c │ ├── xxh3.h │ ├── xxhash.c │ └── xxhash.h ├── mum-prng.h ├── mum.h ├── mum512.h └── vmum.h