Skip to content

Commit

Permalink
Merge pull request Mbed-TLS#4318 from bensze01/ecc_get_family_doc
Browse files Browse the repository at this point in the history
Fix reference to deprecated macro in documentation
  • Loading branch information
gilles-peskine-arm authored Apr 8, 2021
2 parents df2e4f2 + 3b1cba8 commit f04c0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/psa/crypto.h
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ psa_status_t psa_export_key(mbedtls_svc_key_id_t key,
* publicExponent INTEGER } -- e
* ```
* - For elliptic curve keys on a twisted Edwards curve (key types for which
* #PSA_KEY_TYPE_IS_ECC_PUBLIC_KEY is true and #PSA_KEY_TYPE_GET_CURVE
* #PSA_KEY_TYPE_IS_ECC_PUBLIC_KEY is true and #PSA_KEY_TYPE_ECC_GET_FAMILY
* returns #PSA_ECC_FAMILY_TWISTED_EDWARDS), the public key is as defined
* by RFC 8032
* (a 32-byte string for Edwards25519, a 57-byte string for Edwards448).
Expand Down

0 comments on commit f04c0ed

Please sign in to comment.