summaryrefslogtreecommitdiff
path: root/rijndael.h
Commit message (Expand)AuthorAgeFilesLines
* Make config.h more Autoconf friendly (GH #835, PR #836)Jeffrey Walton2019-05-171-1/+1
* Prepare for Crypto++ 8.0 releaseJeffrey Walton2018-12-271-4/+4
* Update comments in config.hJeffrey Walton2018-12-091-1/+1
* Add CRYPTOPP_DISABLE_MIXED_ASM define and feature test (GH #756, PR #757)Jeffrey Walton2018-12-051-1/+1
* Update documentationJeffrey Walton2018-10-271-1/+1
* Disable X32 inline assembly (GH #686, PR #704)Jeffrey Walton2018-08-181-0/+6
* Update documentationJeffrey Walton2018-07-131-2/+2
* Update documentationJeffrey Walton2018-07-121-5/+5
* Add ARM AES asm implementation from Cryptogams (GH #683)Jeffrey Walton2018-07-111-1/+2
* Add algorithm provider member function to Algorithm classJeffrey Walton2018-07-061-0/+1
* Update documentationJeffrey Walton2018-03-221-5/+5
* Update documentationJeffrey Walton2018-01-221-5/+5
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-29/+29
* Rename CRYPTOPP_ENABLE_ADVANCED_PROCESS_BLOCKS for RijndaelJeffrey Walton2017-11-221-3/+3
* Update documentationJeffrey Walton2017-11-171-1/+1
* Use SetMark to avoid unneeded zeroization in RijndaelJeffrey Walton2017-10-081-1/+1
* Move AliasedWithTable into unnamed namespaceJeffrey Walton2017-10-051-3/+1
* Updated documentationJeffrey Walton2017-10-031-5/+10
* Update documentation linksJeffrey Walton2017-09-281-1/+1
* Add AdvancedProcessBlocks for Power8Jeffrey Walton2017-09-121-1/+2
* Revert AltiVec and Power8 commitsJeffrey Walton2017-09-051-3/+0
* Fixup under-aligned buffers when using AES on AltiVec and Power8Jeffrey Walton2017-09-041-0/+3
* Update documentationJeffrey Walton2017-08-191-6/+16
* Update commentsJeffrey Walton2017-08-191-5/+0
* Split source files to support Base Implementation + SIMD implementation (GH #...Jeffrey Walton2017-08-171-2/+6
* Update documentationJeffrey Walton2017-08-161-1/+1
* Update comments in Rijndael head commentsJeffrey Walton2017-08-151-0/+1
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* spelling fixesklemens2016-12-271-1/+1
* Fix mismatched arch capabilities (Issue 283)Jeffrey Walton2016-10-271-1/+1
* Fix AES and X86 compile on SolarisJeffrey Walton2016-09-301-4/+1
* Cutover to SecByteBlock member for AES (Issue 302, CVE-2016-7544)Jeffrey Walton2016-09-301-0/+6
* Go back to Commit 66ada4cc61d62afcJeffrey Walton2016-07-061-1/+1
* Revert "Merge remote-tracking branch 'upstream/master'" - not intended to be ...Mouse2016-07-061-1/+1
* Add MacPorts GCC compiler and Clang integrated assembler support. This is a m...Jeffrey Walton2016-07-051-1/+1
* Fixed Clang 3.3 integrated assembler crash on LinuxJeffrey Walton2015-12-251-1/+2
* Additional documentation; fixed issues with Clang integrated assembler and di...Jeffrey Walton2015-11-191-4/+12
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-3/+6
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-68/+72
* add support for AES-NI and CLMUL instruction sets in AES and GMAC/GCMweidai2010-07-241-0/+3
* fix compile on MacOS X and MinGWweidai2009-04-051-1/+1
* - add EAX mode, XSalsa20weidai2009-03-121-1/+1
* changes for 5.6: weidai2009-03-021-3/+7
* remove extraneous functionweidai2007-05-041-1/+0
* MMX/SSE2 optimizationsweidai2007-04-151-10/+5
* port to GCC 4, reorganize implementations of SetKeyweidai2006-12-101-1/+1
* AES timing attack countermeasuresweidai2006-07-171-6/+6
* changes done for FIPS-140 lab code dropweidai2005-01-201-1/+1
* fix documentation, fix PanamaMAC, fix algorithm namesweidai2004-07-221-0/+1
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-7/+7