mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-22 20:29:34 +00:00
This commit adds convenience functions to the RSA module for computing a complete RSA private key (with fields N, P, Q, D, E, DP, DQ, QP) from a subset of core parameters, e.g. (N, D, E).