boringssl/crypto/rsa
Adam Langley 409766d218 Add function to recover RSA CRT params.
Some RSA private keys are specified with only n, e and d. Although we
can use these keys directly, it's nice to have a uniform representation
that includes the precomputed CRT values. This change adds a function
that can recover the primes from a minimal private key of that form.
2014-06-20 13:17:35 -07:00
..
blinding.c Inital import. 2014-06-20 13:17:32 -07:00
CMakeLists.txt Inital import. 2014-06-20 13:17:32 -07:00
internal.h Inital import. 2014-06-20 13:17:32 -07:00
padding.c Constant-time, RSA PMS processing. 2014-06-20 13:17:34 -07:00
rsa_asn1.c Inital import. 2014-06-20 13:17:32 -07:00
rsa_error.c Add function to recover RSA CRT params. 2014-06-20 13:17:35 -07:00
rsa_impl.c Inital import. 2014-06-20 13:17:32 -07:00
rsa_test.c Add function to recover RSA CRT params. 2014-06-20 13:17:35 -07:00
rsa.c Add function to recover RSA CRT params. 2014-06-20 13:17:35 -07:00
rsa.h Add function to recover RSA CRT params. 2014-06-20 13:17:35 -07:00