You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/crypto/overview/intro.rst
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,12 @@ This document includes:
26
26
* General considerations for implementers of this specification, and for applications that use the interface defined in this specification. See :secref:`implementation-considerations` and :secref:`usage-considerations`.
27
27
* A detailed definition of the API. See :secref:`library-management`, :secref:`key-management`, and :secref:`crypto-operations`.
28
28
29
+
:cite-title:`PSA-PQC` is a companion document for version 1.3 of this specification.
30
+
`[PSA-PQC]` defines an API for :term:`Post-Quantum Cryptography` (PQC) algorithms.
31
+
The PQC API is a proposal at BETA status.
32
+
The API defined by `[PSA-PQC]` is provided in a separate specification to reflect the different status of this API, and indicate that a future version can include incompatible changes to the PQC API.
33
+
When the PQC API is stable, it will be included in a future version of the |API| specification.
34
+
29
35
In future, companion documents will define *profiles* for this specification. A profile is
30
36
a minimum mandatory subset of the interface that a compliant implementation must
0 commit comments