aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/serpent_ia32
Commit message (Expand)AuthorAgeFilesLines
* Add a new subclass for BlockCipher BlockCipher_Fixed_Block_Size, whichlloyd2010-10-131-4/+4
* s/BLOCK_SIZE/block_size()/lloyd2010-10-131-4/+4
* Use size_t rather than u32bit in SymmetricAlgorithmlloyd2010-10-132-2/+2
* size_tlloyd2010-10-131-1/+1
* More size_tlloyd2010-10-132-7/+7
* Compile fixlloyd2010-10-041-1/+1
* Make configure output more sensible wrt incompatible moduleslloyd2010-09-281-0/+4
* Also allow clang with 32-bit assembly code, everything seems to worklloyd2010-08-081-19/+0
* Doxygenlloyd2010-06-211-3/+26
* In IDEA, Noekeon, Serpent, XTEA, provide and use ro accessor functionslloyd2010-06-211-3/+3
* More Doxygen fixeslloyd2010-06-151-2/+2
* Remove SecureBuffer, which is the fixed-size variant of SecureVector.lloyd2010-03-231-1/+1
* Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-211-1/+1
* Make many more headers internal-only.lloyd2009-12-161-1/+1
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-1/+1
* Instead of having two asm_macr.h files being switched in based on modulelloyd2009-11-141-1/+1
* Cleanups - remove emails from source files, they should only live inlloyd2009-11-101-1/+1
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
* Remove add blocks from block cipher info fileslloyd2009-09-291-6/+0
* Use load_le instead of make_u32bit in Serpent x86 key schedule codelloyd2009-09-291-1/+1
* Make encrypt_n public for all BlockCipher implementations - unlike thelloyd2009-08-111-2/+3
* Change the BlockCipher interface to support multi-block encryption andlloyd2009-08-112-6/+16
* Add 'Distributed under the terms of the Botan license' notices to the .Slloyd2009-08-111-13/+15
* Add support for Dragonfly BSD (a fork of FreeBSD).lloyd2009-07-251-0/+1
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-6/+5
* Some modules using asm were not marked with 'load_on asm_ok'; fixlloyd2009-07-071-1/+1
* CPU-specific engines are now only loaded if something depends on them,lloyd2009-07-071-0/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-302-20/+24
* Rename SymmetricAlgorithm::key to key_schedule to avoid many namelloyd2008-11-092-2/+2
* Split ciphers into block and stream ciphers. Move base class headerslloyd2008-11-084-0/+778