Commit 41bfd5e7 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

rsa/rsa_ossl.c: implement variant of "Smooth CRT-RSA."



In [most common] case of p and q being of same width, it's possible to
replace CRT modulo operations with Montgomery reductions. And those are
even fixed-length Montgomery reductions...

Reviewed-by: default avatarPaul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/6915)
parent fcc4ee09
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment