]> 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>
Sun, 17 Mar 2024 11:35:03 +0000 (12:35 +0100)
commit3253854afa1be73ba273a1b54c8c8f5c5646548d
tree148c57a4d425b52e0655defb89f0fa7a7a902c0d
parent2bb55caa8470cbb6ad66f258b1650f2f83e6b7ea
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