Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite part of the module loading code in configure.pl, now dependencies | lloyd | 2008-09-30 | 1 | -1/+1 |
| | | | | | | seem to be handled correctly (er, at least mostly), and more importantly the asm MPI modules are detected and used correctly (at least on x86-64 and x86). | ||||
* | Move KDF, EME, and EMSA base classes from pubkey to core to remove a | lloyd | 2008-09-29 | 7 | -6/+8 |
| | | | | false dependency on BigInt in the KDF/padding code. | ||||
* | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 9 | -0/+0 |
| | | | | | them modules now. In any case there is no distinction so info.txt seems better. | ||||
* | Add deps, missing includes, etc | lloyd | 2008-09-29 | 1 | -1/+1 |
| | |||||
* | Modularize IF family PK algorithms (integer factorization; RSA and RW base | lloyd | 2008-09-28 | 1 | -0/+10 |
| | | | | | | class). Add many missing modinfo.txts that I had not checked in. Oops. | ||||
* | Modularize MGF1. Make EME1 and EMSA4 depend on it | lloyd | 2008-09-28 | 2 | -0/+88 |
| | |||||
* | Move all modules into src/ directory | lloyd | 2008-09-28 | 24 | -0/+840 |