- Jan 16, 2002
-
-
Niels Möller authored
Rev: src/nettle/ChangeLog:1.57 Rev: src/nettle/rsa.c:1.7
-
- Jan 14, 2002
-
-
Niels Möller authored
* rsa.c (rsa_check_size): Changed argument to an mpz_t. Updated callers. (rsa_prepare_private_key): Compute the size of the key by computing n = p * q. * rsa.c (rsa_check_size): New function, for computing and checking the size of the modulo in octets. (rsa_prepare_public_key): Usa rsa_check_size. (rsa_init_private_key): Removed code handling n, e and d. (rsa_clear_private_key): Likewise. (rsa_compute_root): Always use CRT. Rev: src/nettle/rsa.c:1.6
-
Niels Möller authored
callers. (rsa_prepare_private_key): Compute the size of the key by computing n = p * q. * rsa.c (rsa_check_size): New function, for computing and checking the size of the modulo in octets. (rsa_prepare_public_key): Usa rsa_check_size. (rsa_init_private_key): Removed code handling n, e and d. (rsa_clear_private_key): Likewise. (rsa_compute_root): Always use CRT. Rev: src/nettle/rsa.c:1.5
-
Niels Möller authored
the size of the modulo in octets. (rsa_prepare_public_key): Usa rsa_check_size. (rsa_init_private_key): Removed code handling n, e and d. (rsa_clear_private_key): Likewise. (rsa_compute_root): Always use CRT. Rev: src/nettle/rsa.c:1.4
-
- Jan 12, 2002
-
-
Niels Möller authored
(rsa_clear_public_key): Likewise. (rsa_init_private_key): Likewise. (rsa_clear_private_key): Likewise. Rev: src/nettle/rsa.c:1.3 Rev: src/nettle/rsa.h:1.4
-
- Jan 09, 2002
-
-
Niels Möller authored
Updated calls of md5 functions. * rsa_sha1.c: Likewise. * rsa.c (rsa_prepare_public_key): Renamed function, was rsa_init_public_key. (rsa_prepare_private_key): Renamed function, was rsa_init_private_key. Rev: src/nettle/rsa.c:1.2 Rev: src/nettle/rsa.h:1.3 Rev: src/nettle/rsa_md5.c:1.2 Rev: src/nettle/rsa_sha1.c:1.2
-
- Oct 30, 2001
-
-
Niels Möller authored
Rev: src/nettle/rsa.c:1.1
-