pcompress/crypto
Moinak Ghosh 7a29c7be1e Change default encryption key length to 256 bits.
Add optional ability to change key length at runtime via cli option.
Include key length property in archive header.
Fix header HMAC to include salt, nonce and key length properties.
Retain backward compatibility to handle older format archives.
Fix compilation of AES ASM code.
2013-03-03 20:02:14 +05:30
..
aes Change default encryption key length to 256 bits. 2013-03-03 20:02:14 +05:30
blake2 Add optimized BLAKE2 implementations with runtime detection of CPU capability (SSE/AVX). 2013-01-26 15:39:10 +05:30
keccak Fixes for issues/warnings reported in issue #4. 2013-02-15 22:53:17 +05:30
old Add compatibility to decode old-format parallel hashes created with version 1.2. 2013-02-24 20:05:16 +05:30
scrypt Add AES-NI optimized code derived from latest OpenSSL upstream. 2013-02-25 19:23:51 +05:30
sha2 Add parallel versions of various checksums for single-segment, single-thread compression. 2013-01-27 23:47:55 +05:30
skein Introduce strict compiler flags and fix scores of warnings/issues. 2012-12-27 23:06:48 +05:30
crypto_utils.c Change default encryption key length to 256 bits. 2013-03-03 20:02:14 +05:30
crypto_utils.h Change default encryption key length to 256 bits. 2013-03-03 20:02:14 +05:30
sha2_utils.c Use 2-stage Merkle Tree hashing for parallel hashes for better crypto properties. 2013-02-01 22:07:28 +05:30
sha2_utils.h Add parallel versions of various checksums for single-segment, single-thread compression. 2013-01-27 23:47:55 +05:30
sha3_utils.c Use 2-stage Merkle Tree hashing for parallel hashes for better crypto properties. 2013-02-01 22:07:28 +05:30
sha3_utils.h Add parallel versions of various checksums for single-segment, single-thread compression. 2013-01-27 23:47:55 +05:30