| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Convert 3-arg constructoor of PointGFp to take BigInts instead of | lloyd | 2010-02-25 | 1 | -4/+3 |
* | Kill dead code | lloyd | 2010-02-25 | 1 | -24/+4 |
* | Remove the montgomery optimizations from GFpElement entirely. | lloyd | 2010-02-24 | 2 | -140/+27 |
* | Remove PointGFp::mult_this_secure | lloyd | 2010-02-24 | 2 | -74/+2 |
* | Remove GFpModulus entirely | lloyd | 2010-02-24 | 1 | -1/+0 |
* | Make passhash9 tests more verbose since they are slow | lloyd | 2010-02-23 | 1 | -2/+11 |
* | Remove use of tr1 entirely from gfpmath. | lloyd | 2010-02-23 | 2 | -194/+11 |
* | Correct passhash9 vector for recent format changes (longer salt+PRF output, a... | lloyd | 2010-02-14 | 1 | -2/+3 |
* | Fix passhash9 test for updated API and macro name | lloyd | 2010-02-14 | 1 | -6/+6 |
* | Prefix passhash with "$9$" in a manner similar with other | lloyd | 2010-02-02 | 1 | -0/+32 |
* | Modify the S2K interface. Instead of being stateful in terms of the salt | lloyd | 2010-02-01 | 1 | -3/+3 |
* | Add a set of test vectors for 3DES in counter mode generated by | lloyd | 2010-01-29 | 1 | -0/+2746 |
* | Add a set of XTS tests using TripleDES; XTS mode supports either a 64-bit | lloyd | 2010-01-28 | 1 | -0/+1408 |
* | Fix several buffering problems in the XTS implementation that would | lloyd | 2010-01-25 | 1 | -0/+7110 |
* | Add SIMD version of Noekeon. On a Core2, about 2.7x faster using SIMD_SSE2 | lloyd | 2010-01-12 | 1 | -0/+2021 |
* | Fix a test broken by the recent exception hierarchy changes | lloyd | 2010-01-12 | 1 | -10/+2 |
* | Add block cipher cascade | lloyd | 2010-01-11 | 2 | -2/+51 |
* | Clean up exceptions. Remove some unused ones like Config_Error. Make | lloyd | 2010-01-05 | 2 | -15/+15 |
* | Split AES tests by key length for AES-NI | lloyd | 2010-01-05 | 1 | -44/+45 |
* | Specific large tests for AES-128 to hit engines | lloyd | 2010-01-04 | 1 | -3/+7 |
* | Completely inline getopt.cpp into getopt.h so it can be used in toolbox and o... | lloyd | 2010-01-03 | 2 | -96/+85 |
* | Add copyright and license notes to pretty much every file that didn't have them, | lloyd | 2009-12-31 | 14 | -0/+81 |
* | Force line flush in benchmark, useful when tee'ing output | lloyd | 2009-12-23 | 1 | -1/+1 |
* | Add last nights project, an SSE2 implementation of IDEA. Right about 4x | lloyd | 2009-12-23 | 1 | -0/+17 |
* | Avoid VC++ warning | lloyd | 2009-12-23 | 1 | -1/+1 |
* | Increase default benchmark time to 5 seconds | lloyd | 2009-12-22 | 1 | -1/+1 |
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 2 | -3/+0 |
* | Consolidate the non-canonical epoch timers, like cpuid and Win32's | lloyd | 2009-12-01 | 3 | -8/+7 |
* | Rename/remove some secmem member variables for better matching with STL | lloyd | 2009-11-17 | 2 | -4/+4 |
* | Split the AES vectors into 3 specifically named AES-128, AES-192, and | lloyd | 2009-11-10 | 1 | -1651/+1650 |
* | In creating X.509 certificates and PKCS #10 requests, let (actually: require) | lloyd | 2009-11-09 | 1 | -2/+8 |
* | Add TEA and XTEA ECB vectors | lloyd | 2009-10-23 | 1 | -0/+650 |
* | Add test vectors for TEA and XTEA in CTR mode | lloyd | 2009-10-23 | 1 | -0/+1242 |
* | Convert CTR_BE from a Filter to a StreamCipher. Must wrap in a StreamCipher_F... | lloyd | 2009-10-14 | 1 | -0/+7 |
* | Remove unused arg | lloyd | 2009-10-09 | 1 | -3/+2 |
* | Use the new selftest framework for testing hashes, MACs, and ciphers. | lloyd | 2009-10-07 | 4 | -1490/+269 |
* | Fix benchmarking of PK stuff | lloyd | 2009-09-29 | 1 | -1/+1 |
* | Modify the self test program to use the builtin runtime benchmarking goop. | lloyd | 2009-09-24 | 8 | -381/+223 |
* | Remove redundant SHA-1 test vector of empty input | lloyd | 2009-09-22 | 1 | -1/+0 |
* | Add 4 test vectors for HMAC(BMW-512) | lloyd | 2009-09-21 | 1 | -0/+41 |
* | Update the implementation of Blue Midnight Wish to use the Round 2 tweaked | lloyd | 2009-09-21 | 1 | -512/+1122 |
* | Split up util.h into 3 files | lloyd | 2009-09-17 | 1 | -1/+1 |
* | Add an implementation of Blue Midnight Wish (512 bit version only) | lloyd | 2009-09-15 | 2 | -1/+1915 |
* | propagate from branch 'net.randombit.botan.1_8' (head ef51dd2869ed38dae3aeb1c... | lloyd | 2009-09-15 | 6 | -63/+848 |
|\ |
|
| * | Add a couple of Serpent/XTS test vectors (SQLite data pages) | lloyd | 2009-09-10 | 1 | -0/+273 |
| * | Wrap benchmark_rw call in BOTAN_HAS_RW macro check | lloyd | 2009-09-04 | 1 | -0/+2 |
| * | Remove support for HTML benchmark output. Easier/simpler to parse the | lloyd | 2009-08-14 | 4 | -63/+24 |
| * | Add some longer Serpent CTR vectors | lloyd | 2009-08-12 | 1 | -0/+460 |
| * | Modify Keyed_Filter so it is a pure interface | lloyd | 2009-08-11 | 1 | -0/+89 |
| * | Change the BlockCipher interface to support multi-block encryption and | lloyd | 2009-08-11 | 1 | -0/+2 |