aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update the logfile and readme for 1.5.13 aka 1.6.0 RC11.5.13lloyd2006-12-112-5/+10
* Update some modules which were never changed to use Allocator::get insteadlloyd2006-12-093-3/+3
* Check in some old (very minor) changes to the Python wrapper codelloyd2006-12-091-2/+4
* Use OptionParser::init_if_setlloyd2006-12-091-18/+14
* Add a value_if_set member function to the getopt implementation (returnslloyd2006-12-092-1/+9
* Allow the creation of 48 bit primeslloyd2006-12-081-1/+1
* Convert the makefile for the GTK+ example to a generic Unix makefilelloyd2006-12-082-24/+18
* Bump version to 1.5.13lloyd2006-12-081-1/+1
* Also mark ICC as usable with the alg_ia32 modulelloyd2006-11-241-0/+1
* Enable the alg_amd64 module under Intel C++ as well (looks like ICC knowslloyd2006-11-241-0/+1
* Various small improvements for x86-64 architectures, and better supportlloyd2006-11-243-7/+19
* Decide to print ms/op or ops/second at runtime instead of compile time.lloyd2006-11-121-10/+8
* The configure script was getting confused if invoked aslloyd2006-11-111-1/+2
* ICC supports x86-64 nowlloyd2006-11-061-0/+1
* Remove solaris from the list of OK platforms for assembly; Solaris aslloyd2006-11-062-2/+0
* Update changelog1.5.12lloyd2006-10-281-0/+8
* Somewhat better public key support, though I have a feeling this is notlloyd2006-10-281-6/+38
* Some small cleanupslloyd2006-10-121-23/+25
* Drop todo.txt from misc/config, as most of the things listed have alreadylloyd2006-10-122-35/+1
* Various small updates to the API doc, mostly in the section about writinglloyd2006-10-111-126/+123
* Use the new syntax for adding macros to build.h lloyd2006-10-111-2/+1
* Update the instructions for building the library.lloyd2006-10-051-60/+76
* Support out of tree builds.lloyd2006-10-051-35/+63
* Split up all the 'base' algorithm classes into different fileslloyd2006-09-294-71/+116
* Catch Encoding_Error in the keypair consistency check when we generate thelloyd2006-09-301-1/+9
* Throw Encoding_Error instead of Invalid_Argument if a signature encodinglloyd2006-09-304-8/+8
* In the keypair consistency check for encryption/decryption keys, a keylloyd2006-09-301-0/+3
* Increment the date, since there have been some changes since Julylloyd2006-09-301-1/+1
* Add a basic example of using the bare block cipher object.lloyd2006-09-261-30/+48
* Add (very basic) HTML output for public key benchmarking.lloyd2006-09-272-14/+29
* merge of '787875fdb2a5a3621e4a62c17b17727a12d91f35'lloyd2006-09-271-10/+12
|\
| * Improve readability a bit with some additional macroslloyd2006-09-261-10/+12
* | Update the section of the API doc that talks about library initializationlloyd2006-09-271-22/+46
|/
* Change the default CPU MHz when RDTSC is used to 1.866 GHz to match motokolloyd2006-09-261-1/+1
* Define the ADD_IMM macro in terms of ADD()lloyd2006-09-261-3/+1
* Move the KDF base class code into kdf.cpp; this prevents the pk_util.cpplloyd2006-09-262-54/+54
* Use -momit-leaf-frame-pointer on x86 and x86-64lloyd2006-09-261-6/+3
* Add core2duo as an arch alias for amd64lloyd2006-09-261-0/+1
* Allow --bench-algo to take multiple argumentslloyd2006-09-261-4/+10
* Better instruction scheduling, some higher level macros for readabilitylloyd2006-09-242-9/+18
* Initial x86-64 assembly code for the inner multiply-add loop.lloyd2006-09-243-0/+175
* Simplify the initial RNG seeding operationlloyd2006-09-212-19/+7
* Add a function to Library_State allowing callers to check if the globallloyd2006-09-211-1/+3
* Do not allocate a block of memory in Pooling_Allocator::init(); this waslloyd2006-09-202-11/+0
* Version bumplloyd2006-09-201-1/+1
* Make the initialization/deinitialization functions static members oflloyd2006-09-202-35/+25
* The public add_engine API now always places the new engine at the frontlloyd2006-09-202-10/+9
* Make the implementation of the round function a bit easier to read.lloyd2006-09-201-6/+12
* Opteron and Athlon64 were marked as both aliases and submodels of AMD64.lloyd2006-09-151-6/+2
* Update reference for the SEED test vectorslloyd2006-09-141-2/+2