Skip to content
Snippets Groups Projects
Commit 98d9d232 authored by Niels Möller's avatar Niels Möller
Browse files

* gcm.h: New file, contributed by Nikos Mavrogiannopoulos.

Rev: nettle/gcm.h:1.2
parent 8e69bc99
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,7 @@ gcm_digest(struct gcm_ctx *ctx, void *cipher, nettle_crypt_func *f, ...@@ -97,7 +97,7 @@ gcm_digest(struct gcm_ctx *ctx, void *cipher, nettle_crypt_func *f,
unsigned length, uint8_t *digest); unsigned length, uint8_t *digest);
#if 0 #if 0
/* FIXME: IS this macrology useful? */ /* FIXME: Is this macrology useful? */
#define GCM_KEY(type) \ #define GCM_KEY(type) \
{ type cipher; struct gcm_ctx gcm; } { type cipher; struct gcm_ctx gcm; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment