]> git.codecow.com Git - Monocypher.git/commitdiff
cosmetic
authorLoup Vaillant <loup@loup-vaillant.fr>
Mon, 17 Jul 2017 14:51:00 +0000 (16:51 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Mon, 17 Jul 2017 14:51:00 +0000 (16:51 +0200)
src/monocypher.h

index e58665a0949185599b6361c931b07f55d22a8db9..f2ca94301d8fda51e3854640a3564e38eacf01ed 100644 (file)
@@ -33,7 +33,7 @@ void crypto_chacha20_x_init(crypto_chacha_ctx *ctx,
                             const uint8_t      key[32],
                             const uint8_t      nonce[24]);
 
-void crypto_chacha20_set_ctr(crypto_chacha_ctx *ctx, uint64_t set_ctr);
+void crypto_chacha20_set_ctr(crypto_chacha_ctx *ctx, uint64_t ctr);
 
 void crypto_chacha20_encrypt(crypto_chacha_ctx *ctx,
                              uint8_t           *cipher_text,