mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-18 16:33:01 +00:00
Rename poly1305_setkey() to poly1305_starts()
For consistency with the existing CMAC and HMAC APIs
This commit is contained in:
@@ -81,7 +81,7 @@ void mbedtls_poly1305_free( mbedtls_poly1305_context *ctx );
|
||||
* or key are NULL.
|
||||
* Otherwise, 0 is returned to indicate success.
|
||||
*/
|
||||
int mbedtls_poly1305_setkey( mbedtls_poly1305_context *ctx,
|
||||
int mbedtls_poly1305_starts( mbedtls_poly1305_context *ctx,
|
||||
const unsigned char key[32] );
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user