mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-24 06:16:06 +00:00
The textbook RSA decryption method of `c^d % n` is quite slow. If the necessary parameters are present, the CRT variant will be used. Performing RSA decryption this way is ~3 times faster.