]> git.tuebingen.mpg.de Git - paraslash.git/commit
openssl: Kill rsa coefficient computations.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 2 May 2023 17:51:52 +0000 (19:51 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 16 May 2024 23:36:54 +0000 (01:36 +0200)
commit82abcc07227fb8f25394281c19c61053c7dd3f54
tree6fa63fab9a3d83e5838a44899ff95cb4c45ab00b
parent69c9739b6d9b8f8ec1a9afdd18fa74d386c7ef74
openssl: Kill rsa coefficient computations.

There's no need to pre-compute the two exponents for the Chinese
Remainder Theorem calculations as openssl will do that for us.
openssl.c