summaryrefslogtreecommitdiff
path: root/siv-cmac-aes256.c
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2019-09-04 09:10:30 +0300
committerNiels Möller <nisse@lysator.liu.se>2019-09-04 22:02:14 +0200
commit685cc919a37b60d3f81dd569bf6e93ad7be0f89b (patch)
tree40615d70de21159d1e8202dde566ed7ac8391000 /siv-cmac-aes256.c
parent508908b1d436386869206a7d332d8415405ae41b (diff)
downloadnettle-685cc919a37b60d3f81dd569bf6e93ad7be0f89b.tar.gz
block modes: move Galois shifts to block-internal.h
Move Galois polynomial shifts to block-internal.h, simplifying common code. GCM is left unconverted for now, this will be fixed later. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'siv-cmac-aes256.c')
-rw-r--r--siv-cmac-aes256.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/siv-cmac-aes256.c b/siv-cmac-aes256.c
index 9401bbf1..eda7f1c2 100644
--- a/siv-cmac-aes256.c
+++ b/siv-cmac-aes256.c
@@ -44,7 +44,6 @@
#include "ctr.h"
#include "memxor.h"
#include "memops.h"
-#include "cmac-internal.h"
void
siv_cmac_aes256_set_key(struct siv_cmac_aes256_ctx *ctx, const uint8_t *key)