commit | 0fe7b5b8c5a97c633315b3d4a90bd40a7a9efa51 | [log] [tgz] |
---|---|---|
author | Daniel King <damaki.gh@gmail.com> | Sun May 15 19:56:20 2016 -0300 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Thu May 10 13:19:31 2018 +0200 |
tree | a0e33f8524f9ea90a96b99fd241d8e2843eeb332 | |
parent | a98ff5eadfc6dbbc4f5e0ecf1ac22ab81a877675 [diff] [blame] |
Add ChaCha20 to the Cipher module
diff --git a/include/mbedtls/chacha20.h b/include/mbedtls/chacha20.h index ab10a96..d23618e 100644 --- a/include/mbedtls/chacha20.h +++ b/include/mbedtls/chacha20.h
@@ -121,7 +121,7 @@ * output pointers are NULL. * Otherwise, 0 is returned to indicate success. */ -int mbedtls_chacha20_process( mbedtls_chacha20_context *ctx, +int mbedtls_chacha20_update( mbedtls_chacha20_context *ctx, size_t size, const unsigned char *input, unsigned char *output );