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

Added camellia ciphers.

Rev: nettle/ChangeLog:1.92
Rev: nettle/examples/nettle-benchmark.c:1.8
parent c8f4cc35
Branches
Tags camellia_32bit_20100720
No related merge requests found
...@@ -10,6 +10,8 @@ ...@@ -10,6 +10,8 @@
* testsuite/Makefile.in (TS_NETTLE_SOURCES): Added * testsuite/Makefile.in (TS_NETTLE_SOURCES): Added
camellia-test.c. camellia-test.c.
* examples/nettle-benchmark.c: Added camellia ciphers.
* Makefile.in (nettle_SOURCES): Added camellia.c and * Makefile.in (nettle_SOURCES): Added camellia.c and
camellia-meta.c. camellia-meta.c.
(HEADERS): Added camellia.h. (HEADERS): Added camellia.h.
......
...@@ -401,6 +401,7 @@ main(int argc, char **argv) ...@@ -401,6 +401,7 @@ main(int argc, char **argv)
OPENSSL(&nettle_openssl_aes256) OPENSSL(&nettle_openssl_aes256)
&nettle_arcfour128, OPENSSL(&nettle_openssl_arcfour128) &nettle_arcfour128, OPENSSL(&nettle_openssl_arcfour128)
&nettle_blowfish128, OPENSSL(&nettle_openssl_blowfish128) &nettle_blowfish128, OPENSSL(&nettle_openssl_blowfish128)
&nettle_camellia128, &nettle_camellia192, &nettle_camellia256,
&nettle_cast128, OPENSSL(&nettle_openssl_cast128) &nettle_cast128, OPENSSL(&nettle_openssl_cast128)
&nettle_des, OPENSSL(&nettle_openssl_des) &nettle_des, OPENSSL(&nettle_openssl_des)
&nettle_des3, &nettle_des3,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment