aboutsummaryrefslogtreecommitdiffstats
path: root/src/pk/elgamal/info.txt
Commit message (Collapse)AuthorAgeFilesLines
* Rename pk dir to pubkey, avoids tab-completion collision with pk_padlloyd2008-10-011-22/+0
|
* Move more of the public key implementation code out of the shared pk/pubkeylloyd2008-10-011-0/+2
| | | | | | | | | | | | directory and into algorithm specific modules. Even now, disabling a public key algorithm does leave some 'residual' code, but much less than before. Mark if_algo to only load if needed (if RW or RSA is loaded). However there seems to be a bug in the dependency handling in configure.pl - even if rsa and rw are disabled with --disable-modules, if_algo continues to be built. Will have to look at this later.
* Rearrange BigInt directories:lloyd2008-09-301-1/+1
| | | | | | | | | math/bigint - BigInt implementation math/numbertheory - Math stuff built on top of BigInt Coming soon: math/gfp (parts of pk/ecdsa) Update deps in the pk files
* Add deps on bigint, math modules in PK algoslloyd2008-09-291-0/+2
|
* Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-291-0/+18
them modules now. In any case there is no distinction so info.txt seems better.