From: Niels Möller Date: Sat, 5 Feb 2011 22:48:23 +0000 (+0100) Subject: * gcm.h: New file, contributed by Nikos Mavrogiannopoulos. X-Git-Tag: nettle_2.2_release_20110711~189 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=98d9d232b4872c2f7c3151a93877a574595a759c;p=thirdparty%2Fnettle.git * gcm.h: New file, contributed by Nikos Mavrogiannopoulos. Rev: nettle/gcm.h:1.2 --- diff --git a/gcm.h b/gcm.h index ad34d702..3f5ae967 100644 --- a/gcm.h +++ b/gcm.h @@ -97,7 +97,7 @@ gcm_digest(struct gcm_ctx *ctx, void *cipher, nettle_crypt_func *f, unsigned length, uint8_t *digest); #if 0 -/* FIXME: IS this macrology useful? */ +/* FIXME: Is this macrology useful? */ #define GCM_KEY(type) \ { type cipher; struct gcm_ctx gcm; }