| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | in GFpElement remove some mutables and de-const membmer funcs as necessary | lloyd | 2010-02-23 | 2 | -11/+11 |
| * | | | | | | | Remove vestigal code in pointgfp for various side-channel countermeasures | lloyd | 2010-02-23 | 1 | -56/+1 |
| * | | | | | | | Cleanups. Remove PointGFp::mult_loop | lloyd | 2010-02-23 | 2 | -33/+14 |
| * | | | | | | | Remove use of tr1 entirely from gfpmath. | lloyd | 2010-02-23 | 8 | -911/+298 |
| * | | | | | | | Remove unused variable in ec_dompar. Add missing include to ecc_key | lloyd | 2010-02-23 | 2 | -5/+4 |
| | |_|_|_|_|/
| |/| | | | | |
|
| * | | | | | | Remove almost entirely unnecessary friend access from GFpElement to | lloyd | 2010-02-17 | 3 | -59/+50 |
| * | | | | | | Remove use of old typedefs | lloyd | 2010-02-16 | 4 | -10/+10 |
| |/ / / / / |
|
| * | | | / | Reset buffer position in end_msg | lloyd | 2010-02-14 | 1 | -0/+2 |
| | |_|_|/
| |/| | | |
|
| * | | | | Switch back to stdio.h-based debug funcs, iostreams was broken and silly | lloyd | 2010-02-14 | 1 | -11/+8 |
| | |_|/
| |/| | |
|
| * | | | Make SecureQueue public. Needed, at least for the moment, for SSL handling. | lloyd | 2010-02-14 | 7 | -7/+7 |
| * | | | Call global functions with :: prefix | lloyd | 2010-02-14 | 1 | -4/+4 |
| | |/
| |/| |
|
| * | | In SCAN_Name's constructor, first run the input through deref_alias before | lloyd | 2010-02-14 | 2 | -3/+5 |
| * | | Minor tweak, save a line and more readable IMO | lloyd | 2010-02-14 | 1 | -2/+1 |
| * | | Fix leaks in several of the cipher mode filters. Introduced by the | lloyd | 2010-02-14 | 4 | -2/+12 |
| * | | Further passhash changes before release and things have to be | lloyd | 2010-02-05 | 4 | -105/+136 |
| * | | Fix some buffering and off-by-one errors in Buffering_Filter::write | lloyd | 2010-02-03 | 1 | -19/+10 |
| * | | MD4's M buffer was set to be 48 words instead of 16. This had been | lloyd | 2010-02-03 | 1 | -1/+1 |
| * | | Move the get_byte template to its own header, because many files | lloyd | 2010-02-02 | 20 | -28/+44 |
| * | | Prefix passhash with "$9$" in a manner similar with other | lloyd | 2010-02-02 | 3 | -16/+31 |
| * | | Password hashing is a pretty useful service, really. Move the guts of | lloyd | 2010-02-01 | 3 | -0/+125 |
| * | | Remove include of rng.h in s2k.h since it is no longer used. Add an | lloyd | 2010-02-01 | 3 | -2/+1 |
| * | | Modify the S2K interface. Instead of being stateful in terms of the salt | lloyd | 2010-02-01 | 11 | -136/+48 |
| * | | Lowercase DOCDIR to match common conventions | lloyd | 2010-01-29 | 3 | -3/+3 |
| * | | Remove debug check | lloyd | 2010-01-27 | 1 | -7/+10 |
| * | | Fix several buffering problems in the XTS implementation that would | lloyd | 2010-01-25 | 1 | -9/+31 |
| * | | Remove global variable | lloyd | 2010-01-22 | 2 | -4/+2 |
| * | | Prevent a crash in GMP_Engine if the library is shutdown and then | lloyd | 2010-01-22 | 2 | -12/+17 |
| * | | Add SQLite3 encryption codec, contributed by Olivier de Gaalon. Uses | lloyd | 2010-01-22 | 6 | -0/+725 |
| * | | s/j/i/ in loop | lloyd | 2010-01-21 | 1 | -2/+2 |
| * | | Inline debug funcs to debug.h, make print_vec a template on the base type | lloyd | 2010-01-21 | 3 | -38/+15 |
| * | | 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 | 5 | -1/+207 |
| * | | Kill unneeded include | lloyd | 2010-01-12 | 1 | -1/+0 |
| * | | Add operator& and non-mutating rotates to SIMD_32 | lloyd | 2010-01-12 | 4 | -0/+34 |
| |/ |
|
| * | Add block cipher cascade | lloyd | 2010-01-11 | 4 | -0/+163 |
| * | 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 | 28 | -136/+80 |
| |\ |
|
| | * | Clean up exceptions. Remove some unused ones like Config_Error. Make | lloyd | 2010-01-05 | 28 | -136/+80 |
| * | | 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 |
| * | | 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 |
| * | merge of 'a51f8d7dec78251a3a4ccf162b346c289fc1d72a' | lloyd | 2010-01-04 | 5 | -125/+90 |
| |\ |
|
| | * | Remove Exception::set_msg. Inline all exception constructors. | lloyd | 2010-01-04 | 5 | -125/+90 |
| * | | Make all parallel block modes 16 blocks wide | lloyd | 2010-01-04 | 1 | -4/+4 |
| * | | Move Tiger::mix to anon namespace | lloyd | 2010-01-04 | 2 | -14/+17 |
| * | | merge of 'aa801db59c03df9f37c4f3e254d88b1ca1f5732d' | lloyd | 2010-01-04 | 1 | -1/+2 |
| |\| |
|
| | * | 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 |
| |/ |
|