From: Loup Vaillant Date: Sun, 9 Apr 2017 15:21:07 +0000 (+0200) Subject: cosmetic X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=dc6d5f051a50e6f121951f194e8e135937735db1;p=Monocypher.git cosmetic --- diff --git a/monocypher.h b/monocypher.h index 71a797e..1495c3d 100644 --- a/monocypher.h +++ b/monocypher.h @@ -39,8 +39,7 @@ void crypto_chacha20_encrypt(crypto_chacha_ctx *ctx, size_t message_size); void crypto_chacha20_stream(crypto_chacha_ctx *ctx, - uint8_t *cipher_text, - size_t message_size); + uint8_t *stream, size_t size); ///////////////// /// Poly 1305 ///