mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-25 17:15:42 +01:00
HKDF: Fix style issue
This commit is contained in:
parent
b363382ba4
commit
d0a78e91b3
@ -99,8 +99,8 @@ int mbedtls_hkdf_extract( const mbedtls_md_info_t *md,
|
|||||||
*
|
*
|
||||||
* \param md A hash function; md.size denotes the length of the hash
|
* \param md A hash function; md.size denotes the length of the hash
|
||||||
* function output in bytes.
|
* function output in bytes.
|
||||||
* \param prk A pseudorandom key of at least md.size bytes. \p prk is usually,
|
* \param prk A pseudorandom key of at least md.size bytes. \p prk is
|
||||||
* the output from the HKDF extract step.
|
* usually the output from the HKDF extract step.
|
||||||
* \param prk_len The length in bytes of \p prk.
|
* \param prk_len The length in bytes of \p prk.
|
||||||
* \param info An optional context and application specific information
|
* \param info An optional context and application specific information
|
||||||
* string. This can be a zero-length string.
|
* string. This can be a zero-length string.
|
||||||
|
Loading…
Reference in New Issue
Block a user