From: Loup Vaillant Date: Mon, 17 Jul 2017 14:51:00 +0000 (+0200) Subject: cosmetic X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=de1cbb77073f983be8a3b1df817be48bc7593990;p=Monocypher.git cosmetic --- diff --git a/src/monocypher.h b/src/monocypher.h index e58665a..f2ca943 100644 --- a/src/monocypher.h +++ b/src/monocypher.h @@ -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,