From de1cbb77073f983be8a3b1df817be48bc7593990 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Mon, 17 Jul 2017 16:51:00 +0200 Subject: [PATCH] cosmetic --- src/monocypher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.3