summaryrefslogtreecommitdiff
path: root/nettle-internal.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2013-04-17 13:22:35 +0200
committerNiels Möller <nisse@lysator.liu.se>2013-04-17 13:22:35 +0200
commit07db57cd636e08cf365b5346de7f56cf6c29c9d1 (patch)
tree14e8775873d784f00e8e6b3a8ce6fd97c5ada114 /nettle-internal.h
parentfc9f5348949159189fd349427da7c93bc2fee5d0 (diff)
downloadnettle-07db57cd636e08cf365b5346de7f56cf6c29c9d1.tar.gz
Benchmark salsa20r12.
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 3b7f771d..71452d45 100644
--- a/nettle-internal.h
+++ b/nettle-internal.h
@@ -62,6 +62,7 @@ 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_salsa20;
+extern const struct nettle_cipher nettle_salsa20r12;
/* Glue to openssl, for comparative benchmarking. Code in
* examples/nettle-openssl.c. */