| Commit message (Expand) | Author | Age | Files | Lines |
* | Ignore example binaries | lloyd | 2010-01-19 | 1 | -0/+1 |
* | Fix cpuid example | lloyd | 2010-01-19 | 1 | -1/+0 |
* | Add OID for Serpent/CBC | lloyd | 2010-01-19 | 1 | -0/+1 |
* | Add SIMD version of Noekeon. On a Core2, about 2.7x faster using SIMD_SSE2 | lloyd | 2010-01-12 | 8 | -2/+2230 |
* | Kill unneeded include | lloyd | 2010-01-12 | 1 | -1/+0 |
* | Fix a test broken by the recent exception hierarchy changes | lloyd | 2010-01-12 | 1 | -10/+2 |
* | Add operator& and non-mutating rotates to SIMD_32 | lloyd | 2010-01-12 | 4 | -0/+34 |
* | Remove a debug print | lloyd | 2010-01-12 | 1 | -3/+0 |
* | Add block cipher cascade | lloyd | 2010-01-11 | 7 | -2/+215 |
* | Typo fix | lloyd | 2010-01-11 | 1 | -1/+1 |
* | Minor cleanup | lloyd | 2010-01-08 | 1 | -8/+9 |
* | Remove catch clauses made redundant by inheritence changes in exception hiera... | lloyd | 2010-01-08 | 1 | -5/+0 |
* | merge of 'bf0e5684d8ba5fb0a21cdcd11d26995cbb250c4a' | lloyd | 2010-01-07 | 31 | -153/+97 |
|\ |
|
| * | Clean up exceptions. Remove some unused ones like Config_Error. Make | lloyd | 2010-01-05 | 31 | -153/+97 |
* | | Doxygen comments | lloyd | 2010-01-07 | 1 | -14/+63 |
* | | Use Algorithm_Factory instead of instantiating directly; will allow the use | lloyd | 2010-01-07 | 1 | -10/+14 |
* | | Recognize aes_isa engine, set as high priority | lloyd | 2010-01-06 | 1 | -4/+6 |
* | | Add --verbose and --quiet options | lloyd | 2010-01-06 | 1 | -8/+21 |
* | | simd_32 should be autoload, not always. Copy+pasted from util's info.txt | lloyd | 2010-01-06 | 1 | -2/+0 |
|/ |
|
* | Remove stubs for VIA Padlock support. I have no plans to implement it | lloyd | 2010-01-05 | 2 | -24/+1 |
* | Split AES tests by key length for AES-NI | lloyd | 2010-01-05 | 1 | -44/+45 |
* | merge of 'a51f8d7dec78251a3a4ccf162b346c289fc1d72a' | lloyd | 2010-01-04 | 6 | -127/+90 |
|\ |
|
| * | Remove Exception::set_msg. Inline all exception constructors. | lloyd | 2010-01-04 | 5 | -125/+90 |
| * | Remove debug print | lloyd | 2010-01-04 | 1 | -2/+0 |
* | | Make all parallel block modes 16 blocks wide | lloyd | 2010-01-04 | 1 | -4/+4 |
* | | Specific large tests for AES-128 to hit engines | lloyd | 2010-01-04 | 1 | -3/+7 |
* | | Move Tiger::mix to anon namespace | lloyd | 2010-01-04 | 2 | -14/+17 |
* | | merge of 'aa801db59c03df9f37c4f3e254d88b1ca1f5732d' | lloyd | 2010-01-04 | 2 | -1/+23 |
|\| |
|
| * | Make ssse3/aes_ni depend on sse2; --disable-sse2 turns off all of then | lloyd | 2010-01-04 | 1 | -0/+21 |
| * | Fix compile; aes engine header is internal | lloyd | 2010-01-04 | 1 | -1/+2 |
* | | Remove pshufb-based bswap_4; it causes problems too easily with external | lloyd | 2010-01-04 | 1 | -21/+1 |
|/ |
|
* | Completely inline getopt.cpp into getopt.h so it can be used in toolbox and o... | lloyd | 2010-01-03 | 2 | -96/+85 |
* | The first bits of a general toolbox program. Currently does hex and base64 | lloyd | 2009-12-31 | 1 | -0/+235 |
* | Drop test_es.cpp, EntropySources no longer directly available outside library | lloyd | 2009-12-31 | 1 | -121/+0 |
* | Add copyright and license notes to pretty much every file that didn't have them, | lloyd | 2009-12-31 | 73 | -226/+437 |
* | Fix POWER6 AltiVec detection | lloyd | 2009-12-30 | 1 | -0/+1 |
* | Oops, it's TARGET_CPU_IS_XXX_FAMILY, not TARGET_IS_XXX_FAMILY. | lloyd | 2009-12-30 | 3 | -7/+7 |
* | Remove BOTAN_DLL from forward decl, not needed and GCC 4.1 warns | lloyd | 2009-12-30 | 1 | -1/+1 |
* | Buffered_Filter had virtual functions but not a virtual destructor | lloyd | 2009-12-30 | 1 | -0/+2 |
* | Clean up AltiVec detection code. Add (untested) support for OS X AltiVec | lloyd | 2009-12-30 | 1 | -53/+74 |
* | Use IS_XXX_FAMILY macros where useful | lloyd | 2009-12-30 | 2 | -4/+3 |
* | New macro TARGET_CPU_IS_XXX_FAMILY for XXX = X86, PPC, SPARC, undefined | lloyd | 2009-12-29 | 7 | -0/+17 |
* | Mark read/write prefetches as such, instead of read-only prefetch | lloyd | 2009-12-29 | 1 | -1/+1 |
* | Add doxygen comments | lloyd | 2009-12-29 | 2 | -12/+52 |
* | Fix make doxygen | lloyd | 2009-12-29 | 2 | -2/+2 |
* | Document CBC/XTS parallel capabilities | lloyd | 2009-12-28 | 1 | -0/+2 |
* | Cleanup | lloyd | 2009-12-28 | 3 | -15/+0 |
* | Kill buf_op - was basically the prototype for Buffering_Filter. | lloyd | 2009-12-28 | 3 | -176/+0 |
* | Do ECB in parallel using Buffered_Filter | lloyd | 2009-12-27 | 2 | -101/+102 |
* | Make Buffered_Filter a Filter mixin basically the same as Buffered_Operation | lloyd | 2009-12-27 | 6 | -121/+154 |