Mbed-TLS / TF-PSA-Crypto

Reference implementation of the PSA Cryptography API
Apache License 2.0
8 stars 7 forks source link

Document what is in libmbedcrypto but not in libpsacrypto #3

Closed ronald-cron-arm closed 1 year ago

ronald-cron-arm commented 1 year ago

The PSA cryptography repository prototype will support less functionalities than the Mbed TLS libmbedcrypto library. The purpose of this task is to document what is supported in libmbedcrypto and will not be supported in the PSA cryptography repository prototype.

CTR_DRBG and HMAC_DRBG configuration LMS PK no heap implementation

ronald-cron-arm commented 1 year ago

Addressed by #15