mirror of
https://github.com/apache/nuttx.git
synced 2026-08-03 13:19:01 +00:00
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> |
||
|---|---|---|
| .. | ||
| arch | ||
| audio | ||
| concurrency | ||
| drivers | ||
| filesystem | ||
| libs | ||
| mm | ||
| net | ||
| nxgraphics | ||
| tools | ||
| binfmt.rst | ||
| boards.rst | ||
| cmake.rst | ||
| crypto.rst | ||
| index.rst | ||
| nxflat.rst | ||
| openamp.rst | ||
| paging.rst | ||
| syscall.rst | ||
| video.rst | ||
| wireless.rst | ||