mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-24 23:16:49 +00:00
Fix typo in documentation
This commit is contained in:
parent
9c82e2ce49
commit
d2db09f435
|
@ -106,7 +106,7 @@ int mbedtls_poly1305_starts( mbedtls_poly1305_context *ctx,
|
||||||
const unsigned char key[32] );
|
const unsigned char key[32] );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief This functions feeds an input bufer into an ongoing
|
* \brief This functions feeds an input buffer into an ongoing
|
||||||
* Poly1305 computation.
|
* Poly1305 computation.
|
||||||
*
|
*
|
||||||
* It is called between \c mbedtls_cipher_cmac_starts() and
|
* It is called between \c mbedtls_cipher_cmac_starts() and
|
||||||
|
|
Loading…
Reference in a new issue