summaryrefslogtreecommitdiff
path: root/gcm.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2011-02-05 23:48:23 +0100
committerNiels Möller <nisse@lysator.liu.se>2011-02-05 23:48:23 +0100
commit98d9d232b4872c2f7c3151a93877a574595a759c (patch)
tree3fc54807729f0789c7333e66a264bd13ccb7249c /gcm.h
parent8e69bc9902a95d3cfce565d6ab5dc3150f96d167 (diff)
downloadnettle-98d9d232b4872c2f7c3151a93877a574595a759c.tar.gz
* gcm.h: New file, contributed by Nikos Mavrogiannopoulos.
Rev: nettle/gcm.h:1.2
Diffstat (limited to 'gcm.h')
-rw-r--r--gcm.h2
1 files changed, 1 insertions, 1 deletions
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; }