| Commit message (Expand) | Author | Age | Files | Lines |
* | Make config.h more Autoconf friendly (GH #835, PR #836) | Jeffrey Walton | 2019-05-17 | 1 | -1/+1 |
* | Prepare for Crypto++ 8.0 release | Jeffrey Walton | 2018-12-27 | 1 | -4/+4 |
* | Update comments in config.h | Jeffrey Walton | 2018-12-09 | 1 | -1/+1 |
* | Add CRYPTOPP_DISABLE_MIXED_ASM define and feature test (GH #756, PR #757) | Jeffrey Walton | 2018-12-05 | 1 | -1/+1 |
* | Update documentation | Jeffrey Walton | 2018-10-27 | 1 | -1/+1 |
* | Disable X32 inline assembly (GH #686, PR #704) | Jeffrey Walton | 2018-08-18 | 1 | -0/+6 |
* | Update documentation | Jeffrey Walton | 2018-07-13 | 1 | -2/+2 |
* | Update documentation | Jeffrey Walton | 2018-07-12 | 1 | -5/+5 |
* | Add ARM AES asm implementation from Cryptogams (GH #683) | Jeffrey Walton | 2018-07-11 | 1 | -1/+2 |
* | Add algorithm provider member function to Algorithm class | Jeffrey Walton | 2018-07-06 | 1 | -0/+1 |
* | Update documentation | Jeffrey Walton | 2018-03-22 | 1 | -5/+5 |
* | Update documentation | Jeffrey Walton | 2018-01-22 | 1 | -5/+5 |
* | Change Doxygen comment style from //! to /// | Jeffrey Walton | 2017-11-29 | 1 | -29/+29 |
* | Rename CRYPTOPP_ENABLE_ADVANCED_PROCESS_BLOCKS for Rijndael | Jeffrey Walton | 2017-11-22 | 1 | -3/+3 |
* | Update documentation | Jeffrey Walton | 2017-11-17 | 1 | -1/+1 |
* | Use SetMark to avoid unneeded zeroization in Rijndael | Jeffrey Walton | 2017-10-08 | 1 | -1/+1 |
* | Move AliasedWithTable into unnamed namespace | Jeffrey Walton | 2017-10-05 | 1 | -3/+1 |
* | Updated documentation | Jeffrey Walton | 2017-10-03 | 1 | -5/+10 |
* | Update documentation links | Jeffrey Walton | 2017-09-28 | 1 | -1/+1 |
* | Add AdvancedProcessBlocks for Power8 | Jeffrey Walton | 2017-09-12 | 1 | -1/+2 |
* | Revert AltiVec and Power8 commits | Jeffrey Walton | 2017-09-05 | 1 | -3/+0 |
* | Fixup under-aligned buffers when using AES on AltiVec and Power8 | Jeffrey Walton | 2017-09-04 | 1 | -0/+3 |
* | Update documentation | Jeffrey Walton | 2017-08-19 | 1 | -6/+16 |
* | Update comments | Jeffrey Walton | 2017-08-19 | 1 | -5/+0 |
* | Split source files to support Base Implementation + SIMD implementation (GH #... | Jeffrey Walton | 2017-08-17 | 1 | -2/+6 |
* | Update documentation | Jeffrey Walton | 2017-08-16 | 1 | -1/+1 |
* | Update comments in Rijndael head comments | Jeffrey Walton | 2017-08-15 | 1 | -0/+1 |
* | Change file preamble to include "originally written by Wei Dai" | Jeffrey Walton | 2017-01-27 | 1 | -1/+1 |
* | spelling fixes | klemens | 2016-12-27 | 1 | -1/+1 |
* | Fix mismatched arch capabilities (Issue 283) | Jeffrey Walton | 2016-10-27 | 1 | -1/+1 |
* | Fix AES and X86 compile on Solaris | Jeffrey Walton | 2016-09-30 | 1 | -4/+1 |
* | Cutover to SecByteBlock member for AES (Issue 302, CVE-2016-7544) | Jeffrey Walton | 2016-09-30 | 1 | -0/+6 |
* | Go back to Commit 66ada4cc61d62afc | Jeffrey Walton | 2016-07-06 | 1 | -1/+1 |
* | Revert "Merge remote-tracking branch 'upstream/master'" - not intended to be ... | Mouse | 2016-07-06 | 1 | -1/+1 |
* | Add MacPorts GCC compiler and Clang integrated assembler support. This is a m... | Jeffrey Walton | 2016-07-05 | 1 | -1/+1 |
* | Fixed Clang 3.3 integrated assembler crash on Linux | Jeffrey Walton | 2015-12-25 | 1 | -1/+2 |
* | Additional documentation; fixed issues with Clang integrated assembler and di... | Jeffrey Walton | 2015-11-19 | 1 | -4/+12 |
* | Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov... | Jeffrey Walton | 2015-11-18 | 1 | -3/+6 |
* | CRYPTOPP 5.6.3 RC6 checkin | Jeffrey Walton | 2015-11-05 | 1 | -68/+72 |
* | add support for AES-NI and CLMUL instruction sets in AES and GMAC/GCM | weidai | 2010-07-24 | 1 | -0/+3 |
* | fix compile on MacOS X and MinGW | weidai | 2009-04-05 | 1 | -1/+1 |
* | - add EAX mode, XSalsa20 | weidai | 2009-03-12 | 1 | -1/+1 |
* | changes for 5.6: | weidai | 2009-03-02 | 1 | -3/+7 |
* | remove extraneous function | weidai | 2007-05-04 | 1 | -1/+0 |
* | MMX/SSE2 optimizations | weidai | 2007-04-15 | 1 | -10/+5 |
* | port to GCC 4, reorganize implementations of SetKey | weidai | 2006-12-10 | 1 | -1/+1 |
* | AES timing attack countermeasures | weidai | 2006-07-17 | 1 | -6/+6 |
* | changes done for FIPS-140 lab code drop | weidai | 2005-01-20 | 1 | -1/+1 |
* | fix documentation, fix PanamaMAC, fix algorithm names | weidai | 2004-07-22 | 1 | -0/+1 |
* | create DLL version, fix GetNextIV() bug in CTR and OFB modes | weidai | 2003-07-04 | 1 | -7/+7 |