aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/nr/nr.cpp
Commit message (Expand)AuthorAgeFilesLines
* More changes to avoid vector to pointer implicit conversionslloyd2010-09-141-2/+2
* KeyPair::check_key's behavior of throwing an exception upon failure waslloyd2010-03-211-15/+1
* DSA and NR require certain parameters (which depend on the randomlylloyd2010-03-091-9/+12
* Deconstify PK_Ops. It's quite reasonable that some op will want tolloyd2010-03-091-2/+2
* Modify pubkey classes to take names instead of object pointers.lloyd2010-03-081-4/+5
* Constify sign and verify opslloyd2010-03-051-4/+4
* Remove NR and DSA specific hookslloyd2010-03-051-15/+0
* Add verification ops for all signature key typeslloyd2010-03-051-0/+27
* Remove the sign() operation from the public key objects, totally replacedlloyd2010-03-051-17/+1
* Add signature generation operation classes. Remove sign() fromlloyd2010-03-051-1/+36
* Remove NR load hookslloyd2010-03-041-38/+22
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-31/+33
* Split Diffie-Hellman off almost completely, such that nearly none oflloyd2008-10-011-0/+1
* Rename pk dir to pubkey, avoids tab-completion collision with pk_padlloyd2008-10-011-0/+131