summaryrefslogtreecommitdiff
path: root/rsa.c
Commit message (Expand)AuthorAgeFilesLines
* New define WITH_PUBLIC_KEY, and new configure flagNiels Möller2002-10-011-2/+2
* *** empty log message ***Niels Möller2002-01-161-7/+1
* * rsa.c (rsa_init_private_key, rsa_clear_private_key): Handle d.Niels Möller2002-01-141-0/+2
* * rsa.c (rsa_check_size): Changed argument to an mpz_t. UpdatedNiels Möller2002-01-141-6/+15
* (rsa_check_size): New function, for computing and checkingNiels Möller2002-01-141-89/+88
* (rsa_init_public_key): New function.Niels Möller2002-01-121-0/+45
* * rsa_md5.c: Represent a signature as an mpz_t, not a string.Niels Möller2002-01-091-8/+7
* New file with general rsa functions.Niels Möller2001-10-301-0/+145