]> git.codecow.com Git - Monocypher.git/commitdiff
cosmetic
authorLoup Vaillant <loup@loup-vaillant.fr>
Sun, 9 Apr 2017 15:21:07 +0000 (17:21 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sun, 9 Apr 2017 15:21:07 +0000 (17:21 +0200)
monocypher.h

index 71a797ee61946bcc50d56bd63a4aa5ff450f01cc..1495c3d1d13fe645251b70eff235a749342e8709 100644 (file)
@@ -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 ///