summaryrefslogtreecommitdiff
path: root/nettle-internal.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2013-06-25 22:19:36 +0200
committerNiels Möller <nisse@lysator.liu.se>2013-06-25 22:19:36 +0200
commitdc2227ac29e5fe56c445dd4499dadd1af0441750 (patch)
treebfbdd403c46c0e7b458f0b2abad6f2fa267c8b5a /nettle-internal.h
parentbb2131cbf83b57550d3af9d7c66e52c61db8cf60 (diff)
downloadnettle-dc2227ac29e5fe56c445dd4499dadd1af0441750.tar.gz
New interface for AES-192.
Diffstat (limited to 'nettle-internal.h')
-rw-r--r--nettle-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nettle-internal.h b/nettle-internal.h
index ec26fe3c..651ff4c0 100644
--- a/nettle-internal.h
+++ b/nettle-internal.h
@@ -65,6 +65,7 @@ extern const struct nettle_cipher nettle_salsa20;
extern const struct nettle_cipher nettle_salsa20r12;
extern const struct nettle_cipher nettle_unified_aes128;
+extern const struct nettle_cipher nettle_unified_aes192;
/* Glue to openssl, for comparative benchmarking. Code in
* examples/nettle-openssl.c. */