mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-05-25 16:42:41 +03:00
pk: fix typos in description of mbedtls_pk_setup_opaque()
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
320180f043
commit
b2470d9bbf
@ -361,10 +361,10 @@ int mbedtls_pk_setup(mbedtls_pk_context *ctx, const mbedtls_pk_info_t *info);
|
|||||||
/**
|
/**
|
||||||
* \brief Initialize a PK context to wrap a PSA key.
|
* \brief Initialize a PK context to wrap a PSA key.
|
||||||
*
|
*
|
||||||
* This function helps creating a PK context which wraps a PSA key. The PSA wrapped
|
* This function creates a PK context which wraps a PSA key. The PSA wrapped
|
||||||
* key must be an EC or RSA key pair (DH is not suported in PK module).
|
* key must be an EC or RSA key pair (DH is not suported in the PK module).
|
||||||
*
|
*
|
||||||
* Under the hood PSA functions are used to perform the required
|
* Under the hood PSA functions will be used to perform the required
|
||||||
* operations and, based on the key type, used algorithms will be:
|
* operations and, based on the key type, used algorithms will be:
|
||||||
* * EC:
|
* * EC:
|
||||||
* * verify, verify_ext, sign, sign_ext: ECDSA.
|
* * verify, verify_ext, sign, sign_ext: ECDSA.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user