Remove the paragraph about declaring application needs

It's out of scope.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2020-08-03 13:38:03 +02:00
parent c1d388ae54
commit c93c4ed653

View File

@ -5,7 +5,7 @@ This document describes an interface for cryptoprocessor drivers in the PSA cryp
This specification is work in progress and should be considered to be in a beta stage. There is ongoing work to implement this interface in Mbed TLS, which is the reference implementation of the PSA Cryptography API. At this stage, Arm does not expect major changes, but minor changes are expected based on experience from the first implementation and on external feedback.
Time-stamp: "2020/08/03 09:34:23 GMT"
Time-stamp: "2020/08/03 11:27:22 GMT"
## Introduction
@ -514,10 +514,6 @@ In a multithreaded environment, the driver may only call these two functions fro
## How to use drivers from an application
### Declaring which cryptographic mechanism an application needs
TODO: an application requirements description, broadly similar to driver capabilities.
### Using transparent drivers
Transparent drivers linked into the library are automatically used for the mechanisms that they implement.