From: Niels Möller Date: Mon, 5 May 2014 21:21:20 +0000 (+0200) Subject: Added FIXME comment. Auto-increment for chacha-poly1305 nonce? X-Git-Tag: nettle_3.0_release_20140607~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28302cb772a62225c4ddf0f0f35dfee935781854;p=thirdparty%2Fnettle.git Added FIXME comment. Auto-increment for chacha-poly1305 nonce? --- 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)