Skip to content

Commit

Permalink
Add SP800-108 example to table in examples readme
Browse files Browse the repository at this point in the history
athoelke committed Feb 13, 2024
1 parent 56b723e commit 3512424
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates <open-source-office@arm.com>
SPDX-FileCopyrightText: Copyright 2022, 2024 Arm Limited and/or its affiliates <open-source-office@arm.com>
SPDX-License-Identifier: CC-BY-SA-4.0
-->

@@ -9,6 +9,13 @@ This folder includes examples of both usage, and implementation, of the PSA Cert

Each example includes a README that explains the example, and how to use it.

|API|Example|Description|
|---|---|---|
|Crypto|[SP800-108 counter KDF]|A reference implementation for a counter-mode, key-based key derivation function that conforms to the [NIST SP 800-108r1] recommendation.|

[SP800-108 counter KDF]: crypto/SP800-108_counter_KDF
[NIST SP 800-108r1]: https://csrc.nist.gov/pubs/sp/800/108/r1/final

----

*Copyright 2022, Arm Limited and/or its affiliates*
*Copyright 2022, 2024, Arm Limited and/or its affiliates*

0 comments on commit 3512424

Please sign in to comment.