Commit Graph

  • f4877218fa Updated documentation Jeffrey Walton 2016-04-24 22:20:25 -0400
  • a5621a9de9 Fixed documentation typo Jeffrey Walton 2016-04-24 21:01:22 -0400
  • 9e9333230c Removed unneeded asserts Jeffrey Walton 2016-04-24 20:31:38 -0400
  • bf22c4575b Add CRC-32C using CXX and SSE4 (Issue 160) Jeffrey Walton 2016-04-24 13:24:45 -0400
  • 87d81372a9 Quiet deprecated warning on some library source files. The warning is intended to help users, not the library Jeffrey Walton 2016-04-24 01:51:39 -0400
  • 02c20bbaec Add test vectors to filelist Jeffrey Walton 2016-04-24 00:32:11 -0400
  • d83e4a0704 Add comment on test vectors used for CRYPTOPP_USE_FIPS_202_SHA3 Jeffrey Walton 2016-04-24 00:03:21 -0400
  • 78144f3f42 Add test case for CRYPTOPP_USE_FIPS_202_SHA3 Jeffrey Walton 2016-04-24 00:00:32 -0400
  • 3ee10576bb Make test program aware of CRYPTOPP_USE_FIPS_202_SHA3, use alternate all.txt Jeffrey Walton 2016-04-23 23:34:48 -0400
  • 7b1d3a7d71 Add missing short test vectors Jeffrey Walton 2016-04-23 23:01:16 -0400
  • 01d137155c Add SHA3/FIPS 202 test vectors. Add note to config.h on uncommenting sha3_fips_202.txt when defining CRYPTOPP_USE_FIPS_202_SHA3 Jeffrey Walton 2016-04-23 21:55:47 -0400
  • df1c94a38a Initial cut-in of CRYPTOPP_USE_FIPS_202_SHA3 macro Jeffrey Walton 2016-04-23 18:47:23 -0400
  • 62a72f9dfa Merge pull request #41 from kinap/master Jeffrey Walton 2016-04-23 17:41:31 -0500
  • 920b23d884 Added deprecated warning to SHA3 classes due to FIPS 202 finalization Jeffrey Walton 2016-04-23 17:05:14 -0400
  • 2b311f2194 Add CRYPTOPP_DEPRECATED macro Jeffrey Walton 2016-04-23 16:45:35 -0400
  • ca9690312b Modify BLAKE2_State ctor to initialize each member except buffer[] Jeffrey Walton 2016-04-22 20:40:40 -0400
  • abcec10b29 Cleared Visual Studio warning on padding structures Jeffrey Walton 2016-04-22 20:31:18 -0400
  • 9e2b4f84ee Change default key size to output size per BLAKE2 recommendation Jeffrey Walton 2016-04-22 18:09:47 -0400
  • 138093d1af Add benchmarks for BLAKE2 and ChaCha Jeffrey Walton 2016-04-22 17:02:03 -0400
  • 676e6546e5 Fix CPU_SPEED Jeffrey Walton 2016-04-22 16:09:28 -0400
  • bb3976b608 Delete original bench.cpp since Git could not find it in its heart to do it during the move Jeffrey Walton 2016-04-22 14:53:15 -0400
  • 63529159d6 Add blake2.cpp chacha.cpp to DLLSRCS Jeffrey Walton 2016-04-22 14:19:51 -0400
  • f8ad685c3d Rename bench.cpp to bench1.cpp Jeffrey Walton 2016-04-22 14:15:09 -0400
  • 040347968b Changed behavior to accept keys from NameValuePair DevJPM 2016-04-22 15:49:29 +0200
  • c8900f3992 Updated documentation Jeffrey Walton 2016-04-22 00:06:50 -0400
  • 131fd4bb7b Updated documentation Jeffrey Walton 2016-04-22 00:03:03 -0400
  • 746b618c3e Updated documentation Jeffrey Walton 2016-04-21 23:06:26 -0400
  • 433f2d6566 Remove branch in increment counter Jeffrey Walton 2016-04-21 19:53:04 -0400
  • 275afb4955 Adjusted ChaCha for dynamic round selection DevJPM 2016-04-21 23:16:23 +0200
  • da05d100e3 Add ChaCha test vectors to All group Jeffrey Walton 2016-04-21 13:16:03 -0400
  • b5ec56219e Add test vectors Jeffrey Walton 2016-04-21 12:37:02 -0400
  • 90bb31360d Update ChaCha to latest sources Jeffrey Walton 2016-04-21 12:14:26 -0400
  • 38f6c33789 Update ChaCha to latest sources Jeffrey Walton 2016-04-21 12:12:42 -0400
  • 0f702accfc Add ChaCha family of stream ciphers Jeffrey Walton 2016-04-21 12:08:36 -0400
  • d4d418503f Add ChaCha family of stream ciphers Jeffrey Walton 2016-04-21 12:08:21 -0400
  • 53b51331a4 Add ChaCha family of stream ciphers Jeffrey Walton 2016-04-21 12:05:25 -0400
  • c82f0a0d6a Updated documentation Jeffrey Walton 2016-04-21 04:08:06 -0400
  • 8ac5c499c2 Updated documentation Jeffrey Walton 2016-04-21 00:40:03 -0400
  • 4c78330cb9 Updated documentation Jeffrey Walton 2016-04-21 00:24:55 -0400
  • 8f22e80654 Cleared -Wcast-align warnings under Clang (also see LLVM bug 20670) Jeffrey Walton 2016-04-20 20:52:03 -0400
  • 938c0a8bf1 Add size_t cast to resolve VS warning C4334 denisbider 2016-04-20 17:10:01 -0600
  • 2dde105c3f Add size_t cast to resolve VS warning C4334 denisbider 2016-04-20 17:07:44 -0600
  • f4d8b054b3 Updated documentation Jeffrey Walton 2016-04-20 19:03:46 -0400
  • 50881b3fb3 Enable BLAKE2_SSE2_Compress32 and BLAKE2_SSE4_Compress32. Add static function pointer for one-time initialization Jeffrey Walton 2016-04-19 11:59:21 -0400
  • acd43c212f Enable BLAKE2_SSE4_Compress32 and BLAKE2_SSE4_Compress64 for VS2008 Jeffrey Walton 2016-04-19 10:42:26 -0400
  • 6d8332b76b Fix missing </File> tag Jeffrey Walton 2016-04-19 06:31:33 -0400
  • 5d3a499638 Fix Apple Clang 6.0/Clang 3.5 compile Jeffrey Walton 2016-04-19 04:06:01 -0400
  • 8e070a9955 Assign copyright to project. Add initial BLAKE2_SSE4_Compress32. Whitespace Jeffrey Walton 2016-04-19 02:46:24 -0400
  • 71a6c2c187 Improved Visual Studio detection for BLAKE2 SSE implementations Jeffrey Walton 2016-04-19 01:48:55 -0400
  • f1ab826ff4 Added BLAKE2_SSE4_Compress64 Jeffrey Walton 2016-04-19 01:21:11 -0400
  • e52ccb6d56 Switch to DIGESTSIZE for key size. Switch to FixedSizeAlignedSecBlock for key. Add initial BLAKE2_SSE2_Compress32 Jeffrey Walton 2016-04-18 23:54:20 -0400
  • 7d4a5d3ded Fix assertion in DEBUG builds Jeffrey Walton 2016-04-18 05:16:25 -0400
  • 63cd55901c Added BLAKE2 self tests Jeffrey Walton 2016-04-18 02:39:10 -0400
  • 1b661bb688 Add constants for MIN_KEYLENGTH, MAX_KEYLENGTH, DEFAULT_KEYLENGTH. Fix keyed hash calculation. Fix tree mode variable initialization. Cleanup whitespace in BLAKE2_SSE2_Compress64 Jeffrey Walton 2016-04-18 00:46:59 -0400
  • 5607bd571f Add missing filters for blake2.h and blake2.cpp Jeffrey Walton 2016-04-17 20:08:55 -0400
  • fe7ac4322f Added Test Vectors to Visual Studio project files Jeffrey Walton 2016-04-17 19:19:21 -0400
  • d656f4404a Added Windows support for BLAKE2 Jeffrey Walton 2016-04-17 10:48:26 -0400
  • 30c1af2858 Added BLAKE2 Cryptographic Hash and Message Authentication Code Jeffrey Walton 2016-04-17 03:06:28 -0400
  • a11c9e7574 Add SSE4.1 and SSE4.2 feature detection Jeffrey Walton 2016-04-15 16:23:04 -0400
  • 22f493dda9 Fix the Rijndael timing attack counter measure (Issue 146) Jeffrey Walton 2016-04-12 14:43:39 -0400
  • 29e9bd2b27 Fixed OIDs for curve25519 and curve448 Jeffrey Walton 2016-04-11 18:28:05 -0400
  • 7ca5f7d3b5 Add OIDs for curve25519 and curve448 Jeffrey Walton 2016-04-11 04:14:07 -0400
  • dfe2946a75 Add Coverity artifacts to clean recipe Jeffrey Walton 2016-04-11 00:51:15 -0400
  • 60a68714dc Fixed "Inflator: unexpected end of compressed block" (Issue 112) Jeffrey Walton 2016-04-11 00:03:14 -0400
  • 8119a03826 Add C++14 tests Jeffrey Walton 2016-04-10 18:54:03 -0400
  • 0b77c77230 Added 2048-bit modulus tests Jeffrey Walton 2016-04-10 16:41:32 -0400
  • e2a13152cf Enable DSA test vectors for deterministic signatures Jeffrey Walton 2016-04-10 03:35:29 -0400
  • 0c3791566f Folded Signature tests into objects of same Name Jeffrey Walton 2016-04-10 03:23:26 -0400
  • 9cc0c47f7b Cut-in determinsitic signature verification during signing Jeffrey Walton 2016-04-10 03:02:02 -0400
  • 79c231edcb Added DSA test vectors for deterministic signatures Jeffrey Walton 2016-04-10 02:58:08 -0400
  • 75555369d9 Prepare for RFC6979, Deterministic Usage of the Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA) Jeffrey Walton 2016-04-09 23:50:33 -0400
  • 89d0581525 Updated documentation Jeffrey Walton 2016-04-09 22:50:21 -0400
  • d64eca8aff Add SignalUnknownAlgorithmError Jeffrey Walton 2016-04-09 19:32:57 -0400
  • 5d84f04ae3 Constify caught exceptions Jeffrey Walton 2016-04-09 19:18:57 -0400
  • 6f8abd089c Updated documentation Jeffrey Walton 2016-04-08 18:12:20 -0400
  • a20192a0ce Updated documentation Jeffrey Walton 2016-04-08 17:34:15 -0400
  • cf137c3452 Updated documentation Jeffrey Walton 2016-04-08 16:05:09 -0400
  • bd4df8f983 Updated documentation Jeffrey Walton 2016-04-08 04:23:42 -0400
  • 198ae5a518 Updated documentation Jeffrey Walton 2016-04-08 01:51:21 -0400
  • 50e5c14c18 Improve constant propagation of fix for Issue 146 Jeffrey Walton 2016-04-07 19:20:33 -0400
  • ab393851ec Revert "Improve performance of fix to Issue 146" Jeffrey Walton 2016-04-07 19:14:11 -0400
  • 5cce8c33ca Improve performance of fix to Issue 146 Jeffrey Walton 2016-04-07 19:05:30 -0400
  • 1700f440af Merge pull request #154 from plestrin/master Jeffrey Walton 2016-04-07 17:58:36 -0500
  • 4f42f4f6ec Fix MSVC2015 (win64) CMakeLists.txt issues #99 Fix x86 build zabulus 2016-04-07 14:10:52 +0300
  • 1a8dac33a2 Fix MSVC2015 (win64) CMakeLists.txt issues #99 zabulus 2016-04-07 13:50:09 +0300
  • 9f335d719e Fix the Rijndael timing attack counter measure Pierre Lestringant 2016-04-06 15:51:17 +0200
  • ab0f2120f6 Fix Visual Studio compilation with _HAS_EXCEPTIONS=0 (more concrete define and better workaround place) a.navrotskiy 2016-04-06 10:42:04 +0300
  • d8b02cfaaf Fixed m68k detection (Issue 153) Jeffrey Walton 2016-04-06 01:47:45 -0400
  • 8c5bc0e532 Updated documentation Jeffrey Walton 2016-04-05 22:12:56 -0400
  • 2f34169149 Updated documentation Jeffrey Walton 2016-04-05 21:05:13 -0400
  • caea6f1c59 Updated documentation Jeffrey Walton 2016-04-05 14:22:45 -0400
  • 9b5894be39 Fix Visual Studio compilation with _HAS_EXCEPTIONS=0 a.navrotskiy 2016-04-05 12:07:38 +0300
  • 109f5a7a32 Fixed linker error when using VS2015 /MD Brett Hall 2016-03-29 10:08:48 -0700
  • 34a34967ac Cleaned artifacts from testing. Move documentation clean rule to distclean Jeffrey Walton 2016-03-29 03:47:33 -0400
  • ec8b0a4a8c Merge e8db55ee8f into 2129e94b62 Alexander Shishenko 2016-03-26 12:03:38 +0000
  • 2129e94b62 Merge pull request #150 from lewellyn/patch-1 Jeffrey Walton 2016-03-25 14:10:13 -0500
  • 0a17197fa7 Removed -Wabi-tag. I'm not sure what its providing, and its too noisy with -std=c++03 Jeffrey Walton 2016-03-24 07:30:18 -0400
  • a9e63cd526 Add default OS X NDK root Matt Lewandowsky 2016-03-24 02:23:36 -0700
  • 0a1cd8bb97 Removed debug echo; whitespace Jeffrey Walton 2016-03-24 04:57:42 -0400
  • 2052dd56f7 Added additional warnings for elevated warning test and GCC 5.1 and above Jeffrey Walton 2016-03-24 01:48:44 -0400