mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 15:25:29 +00:00
Update docs/getting_started.md
Co-Authored-By: Gilles Peskine <gilles.peskine@arm.com>
This commit is contained in:
parent
eefc517b1f
commit
ad067c64f3
|
@ -545,7 +545,7 @@ information about which inputs to pass when, and when you can obtain which outpu
|
|||
* Usage flags set for key derivation (`PSA_KEY_USAGE_DERIVE`)
|
||||
* Key type set to `PSA_KEY_TYPE_DERIVE`.
|
||||
* Algorithm set to a key derivation algorithm
|
||||
(`PSA_ALG_HKDF(PSA_ALG_SHA_256)`).
|
||||
(for example `PSA_ALG_HKDF(PSA_ALG_SHA_256)`).
|
||||
|
||||
**To derive a new AES-CTR 128-bit encryption key into a given key slot using HKDF
|
||||
with a given key, salt and information:**
|
||||
|
|
Loading…
Reference in a new issue