mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-27 08:54:14 +01:00
Improve wording in documentation of mbedtls_cipher_setup()
This commit is contained in:
parent
d7503a72d0
commit
b1f0872ce6
@ -394,9 +394,8 @@ void mbedtls_cipher_free( mbedtls_cipher_context_t *ctx );
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief This function initializes and fills the cipher-context
|
* \brief This function initializes a cipher context for
|
||||||
* structure with the appropriate values. It also clears
|
* use with the given cipher primitive.
|
||||||
* the structure.
|
|
||||||
*
|
*
|
||||||
* \param ctx The context to initialize. May not be NULL.
|
* \param ctx The context to initialize. May not be NULL.
|
||||||
* \param cipher_info The cipher to use.
|
* \param cipher_info The cipher to use.
|
||||||
|
Loading…
Reference in New Issue
Block a user