pcompress/utils
Moinak Ghosh 72b23dac1a Add AES-NI optimized code derived from latest OpenSSL upstream.
Add AES instruction set detection.
Add missing license headers to a few files.
2013-02-25 19:23:51 +05:30
..
cpuid.c Add AES-NI optimized code derived from latest OpenSSL upstream. 2013-02-25 19:23:51 +05:30
cpuid.h Add AES-NI optimized code derived from latest OpenSSL upstream. 2013-02-25 19:23:51 +05:30
heapq.c Add AES-NI optimized code derived from latest OpenSSL upstream. 2013-02-25 19:23:51 +05:30
heapq.h Add AES-NI optimized code derived from latest OpenSSL upstream. 2013-02-25 19:23:51 +05:30
sse_level.c Add AES-NI optimized code derived from latest OpenSSL upstream. 2013-02-25 19:23:51 +05:30
utils.c Use OpenMP parallelism when computing xxHashes for chunks. 2013-02-02 09:27:58 +05:30
utils.h Make global dedupe bits buildable and fix errors. 2013-02-17 21:05:40 +05:30
xxhash.c Use 2-stage Merkle Tree hashing for parallel hashes for better crypto properties. 2013-02-01 22:07:28 +05:30
xxhash.h Changes for generalized runtime SSE/AVX/XOP detection. 2013-01-25 00:10:12 +05:30
xxhash_base.c Major changes to use Intel's optimized SHA512 code for SHA512 and SHA512/256. 2013-01-25 22:55:55 +05:30
xxhash_sse2.c Changes for generalized runtime SSE/AVX/XOP detection. 2013-01-25 00:10:12 +05:30
xxhash_sse4.c Changes for generalized runtime SSE/AVX/XOP detection. 2013-01-25 00:10:12 +05:30