mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Fix typo in psa_pake_sequence comment
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
@ -104,7 +104,7 @@ enum psa_pake_state
|
|||||||
/*
|
/*
|
||||||
* The first PAKE step shares the same sequences of the second PAKE step
|
* The first PAKE step shares the same sequences of the second PAKE step
|
||||||
* but with a second set of KEY_SHARE/ZK_PUBLIC/ZK_PROOF outputs/inputs.
|
* but with a second set of KEY_SHARE/ZK_PUBLIC/ZK_PROOF outputs/inputs.
|
||||||
* This it's simpler to share the same sequences numbers of the first
|
* It's simpler to share the same sequences numbers of the first
|
||||||
* set of KEY_SHARE/ZK_PUBLIC/ZK_PROOF outputs/inputs in both PAKE steps.
|
* set of KEY_SHARE/ZK_PUBLIC/ZK_PROOF outputs/inputs in both PAKE steps.
|
||||||
*
|
*
|
||||||
* State sequence with step, state & sequence enums:
|
* State sequence with step, state & sequence enums:
|
||||||
|
Reference in New Issue
Block a user