From dc6d5f051a50e6f121951f194e8e135937735db1 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Sun, 9 Apr 2017 17:21:07 +0200 Subject: [PATCH] cosmetic --- monocypher.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 /// -- 2.47.3