mirror of
https://github.com/apache/nuttx.git
synced 2026-05-14 02:58:01 +08:00
5331d5a905
Add comprehensive documentation for RSA digital signature operations supported by the cryptodev/cryptokey interface. Includes: - RSA-PKCS1.5: Traditional PKCS#1 v1.5 padding scheme - CRK_RSA_PKCS15_SIGN: Generate RSA signature with PKCS#1 v1.5 padding - CRK_RSA_PKCS15_VERIFY: Verify RSA signature with PKCS#1 v1.5 padding - RSA-PSS: Probabilistic Signature Scheme for enhanced security - CRK_RSA_PSS_SIGN: Generate RSA signature with PSS padding - CRK_RSA_PSS_VERIFY: Verify RSA signature with PSS padding Signed-off-by: makejian <makejian@xiaomi.com>