From 28302cb772a62225c4ddf0f0f35dfee935781854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Mon, 5 May 2014 23:21:20 +0200 Subject: [PATCH] Added FIXME comment. Auto-increment for chacha-poly1305 nonce? --- chacha-poly1305.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chacha-poly1305.c b/chacha-poly1305.c index cb95bf7b..83be9ee8 100644 --- a/chacha-poly1305.c +++ b/chacha-poly1305.c @@ -44,6 +44,8 @@ #define CHACHA_ROUNDS 20 +/* FIXME: Also set nonce to zero, and implement nonce + auto-increment? */ void chacha_poly1305_set_key (struct chacha_poly1305_ctx *ctx, const uint8_t *key) -- GitLab