method

set_crt_params

v2_5_5 - Show latest stable - Class: OpenSSL::PKey::RSA
set_crt_params(p1, p2, p3)
public

Sets dmp1, dmq1, iqmp for the RSA instance. They are calculated by d mod (p - 1), d mod (q - 1) and q^(-1) mod p respectively.