aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | | * | | | | | | | | | | | propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6...lloyd2009-11-0291-1351/+364
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * | | | | | | | | | | | Attic-ize all of src/timer, except for time_t_to_tm and system_timelloyd2009-10-1324-506/+46
| | | | | | | | | | * | | | | | | | | | | | propagate from branch 'net.randombit.botan' (head d2bced090807e3590304d38724d...lloyd2009-10-131-0/+4
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * | | | | | | | | | | | | Fixup post-merge breakagelloyd2009-10-131-1/+1
| | | | | | | | | | * | | | | | | | | | | | | Fixup post-merge breakagelloyd2009-10-131-5/+5
| | | | | | | | | | * | | | | | | | | | | | | propagate from branch 'net.randombit.botan' (head 139d6957d20f0b1202e0eacc63c...lloyd2009-10-1370-862/+312
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * | | | | | | | | | | | | Change call to system_time to use std::chronolloyd2009-09-301-2/+4
| | | | | | | | | | | * | | | | | | | | | | | | propagate from branch 'net.randombit.botan' (head 8a5eb02c2e451fc983f234f7ba2...lloyd2009-09-3069-865/+313
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head b9ca6596a127964cb9795d22bc2...lloyd2009-09-175-65/+35
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 92e05ab242e4b6998d685961c53...lloyd2009-09-1734-98/+162
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * | | | | | | | | | | | | | | Use <chrono> in the runtime benchmarking code instead of the locallloyd2009-09-163-56/+47
| | | | | | | | | | | | * | | | | | | | | | | | | | | propagate from branch 'net.randombit.botan' (head 32f457161b1ad1afb7a3d0ccebc...lloyd2009-09-1666-809/+266
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | * | | | | | | | | | | | | | | Remove dep on mutex module (doesn't exist here). Use initializer list in libs...lloyd2009-09-114-18/+11
| | | | | | | | | | | | | * | | | | | | | | | | | | | | Use GCC 4.4.1-release for C++0x testinglloyd2009-09-091-1/+1
| | | | | | | | | | | | | * | | | | | | | | | | | | | | propagate from branch 'net.randombit.botan' (head 5cadcc57872bef55226579df573...lloyd2009-09-0863-792/+256
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388...lloyd2009-07-21134-391/+633
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 5438defd358f82e876917a8bd6d...lloyd2009-07-1563-793/+258
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | Move mutex directory back to the Atticlloyd2009-07-0314-421/+0
| | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | propagate from branch 'net.randombit.botan' (head d6d32791adfa878b6fc0dd3a5b6...lloyd2009-07-0329-172/+220
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | Move mutex.h to src/mutex (from Attic)lloyd2009-07-031-0/+56
| | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | Move mutex from Attic to src to deal with merge conflictlloyd2009-07-0312-0/+356
| | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | propagate from branch 'net.randombit.botan' (head 6a746ccf1e957dba703e6537205...lloyd2009-06-0463-785/+258
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | Use C++0x std::shared_ptr<> instead of TR1'slloyd2009-04-0115-72/+58
| | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | Replace the (deprecated) auto_ptr with unique_ptr.lloyd2009-04-0124-71/+79
| | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | A few experiments with auto keyword type inference. Looks like things willlloyd2009-04-013-79/+68
| | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | Remove copy_if, now included in C++0x (also, it turns out, not being usedlloyd2009-04-011-16/+0
| | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | Remove the mutex classes in favor of C++0x's std::mutex and std::lock_guardlloyd2009-04-0125-545/+51
| | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | Start a new branch for C++0x experimentation.lloyd2009-04-011-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add OID for Serpent/CBClloyd2010-01-191-0/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add SIMD version of Noekeon. On a Core2, about 2.7x faster using SIMD_SSE2lloyd2010-01-125-1/+207
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Kill unneeded includelloyd2010-01-121-1/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add operator& and non-mutating rotates to SIMD_32lloyd2010-01-124-0/+34
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add block cipher cascadelloyd2010-01-114-0/+163
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove catch clauses made redundant by inheritence changes in exception hiera...lloyd2010-01-081-5/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge of 'bf0e5684d8ba5fb0a21cdcd11d26995cbb250c4a'lloyd2010-01-0728-136/+80
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up exceptions. Remove some unused ones like Config_Error. Makelloyd2010-01-0528-136/+80
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Doxygen commentslloyd2010-01-071-14/+63
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use Algorithm_Factory instead of instantiating directly; will allow the uselloyd2010-01-071-10/+14
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Recognize aes_isa engine, set as high prioritylloyd2010-01-061-4/+6
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | simd_32 should be autoload, not always. Copy+pasted from util's info.txtlloyd2010-01-061-2/+0
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove stubs for VIA Padlock support. I have no plans to implement itlloyd2010-01-052-24/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge of 'a51f8d7dec78251a3a4ccf162b346c289fc1d72a'lloyd2010-01-045-125/+90
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove Exception::set_msg. Inline all exception constructors.lloyd2010-01-045-125/+90
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make all parallel block modes 16 blocks widelloyd2010-01-041-4/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move Tiger::mix to anon namespace lloyd2010-01-042-14/+17
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge of 'aa801db59c03df9f37c4f3e254d88b1ca1f5732d'lloyd2010-01-041-1/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix compile; aes engine header is internallloyd2010-01-041-1/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove pshufb-based bswap_4; it causes problems too easily with externallloyd2010-01-041-21/+1
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add copyright and license notes to pretty much every file that didn't have them,lloyd2009-12-319-21/+29
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix POWER6 AltiVec detectionlloyd2009-12-301-0/+1