mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-10 06:40:16 +00:00
The new function psa_crypto_driver_key_derivation_get_input_type() allows drivers to retrieve the effective type of each input step, and thus to call the correct get-data function. This is simpler than the previous scheme which required a somewhat contrived dance with get_key() and get_bytes() for inputs that can be passed either as a key or as a byte buffer at the application's choice. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
The documents in this directory are proposed specifications for Mbed TLS features. They are not implemented yet, or only partially implemented. Please follow activity on the `development` branch of Mbed TLS if you are interested in these features.