Skip to content

Commit e75fbb4

Browse files
committed
Add cross-reference to PQC Extension from Crypto spec.
1 parent 00b8cfe commit e75fbb4

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

doc/crypto/overview/intro.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ This document includes:
2626
* 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`.
2727
* A detailed definition of the API. See :secref:`library-management`, :secref:`key-management`, and :secref:`crypto-operations`.
2828

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+
2935
In future, companion documents will define *profiles* for this specification. A profile is
3036
a minimum mandatory subset of the interface that a compliant implementation must
3137
provide.

doc/crypto/references

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,3 +396,8 @@
396396
:author: Thread Group
397397
:publication: July 2022
398398
:url: www.threadgroup.org/ThreadSpec
399+
400+
.. reference:: PSA-PQC
401+
:title: PSA Certified Crypto API 1.3 PQC Extension
402+
:doc_no: ARM AES 0119
403+
:url: arm-software.github.io/psa-api/crypto

doc/crypto/terms

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,8 @@
186186
application instances.
187187

188188
See :secref:`isolation`.
189+
190+
.. term:: Post-Quantum Cryptography
191+
:abbr: PQC
192+
193+
A cryptographic scheme that relies on mathematical problems that do not have efficient algorithms for either classical or quantum computing.

0 commit comments

Comments
 (0)