aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | in GFpElement remove some mutables and de-const membmer funcs as necessarylloyd2010-02-232-11/+11
| * | | | | | | Remove vestigal code in pointgfp for various side-channel countermeasureslloyd2010-02-231-56/+1
| * | | | | | | Cleanups. Remove PointGFp::mult_looplloyd2010-02-232-33/+14
| * | | | | | | Remove use of tr1 entirely from gfpmath.lloyd2010-02-238-911/+298
| * | | | | | | Remove unused variable in ec_dompar. Add missing include to ecc_keylloyd2010-02-232-5/+4
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Remove almost entirely unnecessary friend access from GFpElement tolloyd2010-02-173-59/+50
| * | | | | | Remove use of old typedefslloyd2010-02-164-10/+10
| |/ / / / /
| * | | | / Reset buffer position in end_msglloyd2010-02-141-0/+2
| | |_|_|/ | |/| | |
| * | | | Switch back to stdio.h-based debug funcs, iostreams was broken and sillylloyd2010-02-141-11/+8
| | |_|/ | |/| |
| * | | Make SecureQueue public. Needed, at least for the moment, for SSL handling.lloyd2010-02-147-7/+7
| * | | Call global functions with :: prefixlloyd2010-02-141-4/+4
| | |/ | |/|
| * | In SCAN_Name's constructor, first run the input through deref_alias beforelloyd2010-02-142-3/+5
| * | Minor tweak, save a line and more readable IMOlloyd2010-02-141-2/+1
| * | Fix leaks in several of the cipher mode filters. Introduced by thelloyd2010-02-144-2/+12
| * | Further passhash changes before release and things have to belloyd2010-02-054-105/+136
| * | Fix some buffering and off-by-one errors in Buffering_Filter::writelloyd2010-02-031-19/+10
| * | MD4's M buffer was set to be 48 words instead of 16. This had beenlloyd2010-02-031-1/+1
| * | Move the get_byte template to its own header, because many fileslloyd2010-02-0220-28/+44
| * | Prefix passhash with "$9$" in a manner similar with otherlloyd2010-02-023-16/+31
| * | Password hashing is a pretty useful service, really. Move the guts oflloyd2010-02-013-0/+125
| * | Remove include of rng.h in s2k.h since it is no longer used. Add anlloyd2010-02-013-2/+1
| * | Modify the S2K interface. Instead of being stateful in terms of the saltlloyd2010-02-0111-136/+48
| * | Lowercase DOCDIR to match common conventionslloyd2010-01-293-3/+3
| * | Remove debug checklloyd2010-01-271-7/+10
| * | Fix several buffering problems in the XTS implementation that wouldlloyd2010-01-251-9/+31
| * | Remove global variablelloyd2010-01-222-4/+2
| * | Prevent a crash in GMP_Engine if the library is shutdown and thenlloyd2010-01-222-12/+17
| * | Add SQLite3 encryption codec, contributed by Olivier de Gaalon. Useslloyd2010-01-226-0/+725
| * | s/j/i/ in looplloyd2010-01-211-2/+2
| * | Inline debug funcs to debug.h, make print_vec a template on the base typelloyd2010-01-213-38/+15
| * | 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
| |/