| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new subclass for BlockCipher BlockCipher_Fixed_Block_Size, which | lloyd | 2010-10-13 | 1 | -4/+4 |
* | s/BLOCK_SIZE/block_size()/ | lloyd | 2010-10-13 | 1 | -4/+4 |
* | Use size_t rather than u32bit in SymmetricAlgorithm | lloyd | 2010-10-13 | 2 | -2/+2 |
* | size_t | lloyd | 2010-10-13 | 1 | -1/+1 |
* | More size_t | lloyd | 2010-10-13 | 2 | -7/+7 |
* | Compile fix | lloyd | 2010-10-04 | 1 | -1/+1 |
* | Make configure output more sensible wrt incompatible modules | lloyd | 2010-09-28 | 1 | -0/+4 |
* | Also allow clang with 32-bit assembly code, everything seems to work | lloyd | 2010-08-08 | 1 | -19/+0 |
* | Doxygen | lloyd | 2010-06-21 | 1 | -3/+26 |
* | In IDEA, Noekeon, Serpent, XTEA, provide and use ro accessor functions | lloyd | 2010-06-21 | 1 | -3/+3 |
* | More Doxygen fixes | lloyd | 2010-06-15 | 1 | -2/+2 |
* | Remove SecureBuffer, which is the fixed-size variant of SecureVector. | lloyd | 2010-03-23 | 1 | -1/+1 |
* | Un-internal loadstor.h (and its header deps, rotate.h and | lloyd | 2009-12-21 | 1 | -1/+1 |
* | Make many more headers internal-only. | lloyd | 2009-12-16 | 1 | -1/+1 |
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 1 | -1/+1 |
* | Instead of having two asm_macr.h files being switched in based on module | lloyd | 2009-11-14 | 1 | -1/+1 |
* | Cleanups - remove emails from source files, they should only live in | lloyd | 2009-11-10 | 1 | -1/+1 |
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 1 | -2/+0 |
* | Remove add blocks from block cipher info files | lloyd | 2009-09-29 | 1 | -6/+0 |
* | Use load_le instead of make_u32bit in Serpent x86 key schedule code | lloyd | 2009-09-29 | 1 | -1/+1 |
* | Make encrypt_n public for all BlockCipher implementations - unlike the | lloyd | 2009-08-11 | 1 | -2/+3 |
* | Change the BlockCipher interface to support multi-block encryption and | lloyd | 2009-08-11 | 2 | -6/+16 |
* | Add 'Distributed under the terms of the Botan license' notices to the .S | lloyd | 2009-08-11 | 1 | -13/+15 |
* | Add support for Dragonfly BSD (a fork of FreeBSD). | lloyd | 2009-07-25 | 1 | -0/+1 |
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 1 | -6/+5 |
* | Some modules using asm were not marked with 'load_on asm_ok'; fix | lloyd | 2009-07-07 | 1 | -1/+1 |
* | CPU-specific engines are now only loaded if something depends on them, | lloyd | 2009-07-07 | 1 | -0/+1 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 2 | -20/+24 |
* | Rename SymmetricAlgorithm::key to key_schedule to avoid many name | lloyd | 2008-11-09 | 2 | -2/+2 |
* | Split ciphers into block and stream ciphers. Move base class headers | lloyd | 2008-11-08 | 4 | -0/+778 |