mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 11:53:01 +00:00
The PKCS#1 standard says nothing about the relation between P and Q but many libraries guarantee P>Q and mbed TLS did so too in earlier versions. This commit restores this behaviour.