summaryrefslogtreecommitdiff
path: root/nettle-internal.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2014-01-27 13:59:56 +0100
committerNiels Möller <nisse@lysator.liu.se>2014-01-27 13:59:56 +0100
commit4b7d469faff571f32e35634a5d853c26e589a45a (patch)
tree9aeb8954e64f7e5de9541ce029f3c43f6a344dc8 /nettle-internal.h
parent93fc1d1460fdba49c100f880dfab16aa6402d552 (diff)
downloadnettle-4b7d469faff571f32e35634a5d853c26e589a45a.tar.gz
Benchmarking of chacha.
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 b5a168e5..3528b244 100644
--- a/nettle-internal.h
+++ b/nettle-internal.h
@@ -61,6 +61,7 @@ extern const struct nettle_cipher nettle_des3;
extern const struct nettle_cipher nettle_blowfish128;
/* For benchmarking only, sets no iv and lies about the block size. */
+extern const struct nettle_cipher nettle_chacha;
extern const struct nettle_cipher nettle_salsa20;
extern const struct nettle_cipher nettle_salsa20r12;