aboutsummaryrefslogtreecommitdiffstats
path: root/src/pk/nr
Commit message (Expand)AuthorAgeFilesLines
* Rename pk dir to pubkey, avoids tab-completion collision with pk_padlloyd2008-10-015-309/+0
* Move more of the public key implementation code out of the shared pk/pubkeylloyd2008-10-013-0/+98
* Split pubkey/pk_core.h into {if,dh,dsa,ecc,elg,nr}_core.hlloyd2008-10-011-1/+1
* Rearrange BigInt directories:lloyd2008-09-301-1/+1
* Add deps on bigint, math modules in PK algoslloyd2008-09-291-0/+2
* Put only the implementation of BigInt in src/bigint, mathematical functionslloyd2008-09-291-1/+1
* Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-291-0/+0
* Move parts of core into pk/pubkey which is at least somewhat relevantlloyd2008-09-291-0/+1
* Move what is left of the uncategorized library to 'core'. There is stilllloyd2008-09-291-0/+1
* Add dl_algo and dl_group moduleslloyd2008-09-281-0/+5
* Modularize IF family PK algorithms (integer factorization; RSA and RW baselloyd2008-09-281-0/+10
* Modularize the public key algorithms, though currently a great deal oflloyd2008-09-282-0/+192