mirror of
https://github.com/espressif/mbedtls.git
synced 2025-05-10 12:02:28 +08:00

Proposed specification for conditional inclusion of cryptographic mechanism through the PSA API in Mbed TLS. The inclusion of a mechanism is based on a declaration of boolean symbols by the application. There is a symbol for each key type or parametrized key type constructor, and for each algorithm or parametrized algorithm constructor. This is work in progress, presented for a first design discussion. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>