aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/serpent_ia32
Commit message (Expand)AuthorAgeFilesLines
* 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