commit | bd92062269997a882e6214360da21307fc0bae9b | [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 24 13:37:31 2018 +0200 |
tree | 152d0d198e2a5a21f26925e7f96629f19d43da5c | |
parent | 34b822ce7b1f8765356c189d5a926970af090686 [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 );