mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 04:19:37 +08:00
Documentation: add ECC/ECDSA note
Add brief documentation for ECC/ECDSA software implementation in the crypto subsystem documentation. Signed-off-by: makejian <makejian@xiaomi.com>
This commit is contained in:
@@ -153,6 +153,14 @@ Public Key Algorithms
|
|||||||
- ECDSA key pair generation for different curves
|
- ECDSA key pair generation for different curves
|
||||||
- Digital signature generation and verification
|
- Digital signature generation and verification
|
||||||
|
|
||||||
|
ECC / ECDSA (Software)
|
||||||
|
----------------------
|
||||||
|
|
||||||
|
NuttX also provides a lightweight ECC implementation and public API in
|
||||||
|
``include/crypto/ecc.h``. It can be used for ECC key generation, ECDH shared
|
||||||
|
secret computation, and ECDSA sign/verify. Public key export is available in
|
||||||
|
compressed form (``ECC_BYTES + 1``) as well as X/Y uncompressed form.
|
||||||
|
|
||||||
Key Management Operations
|
Key Management Operations
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user