Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
118e2618
Commit
118e2618
authored
Jul 07, 2010
by
Niels Möller
Browse files
Added camellia ciphers.
Rev: nettle/ChangeLog:1.92 Rev: nettle/examples/nettle-benchmark.c:1.8
parent
c8f4cc35
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
118e2618
...
...
@@ -10,6 +10,8 @@
* testsuite/Makefile.in (TS_NETTLE_SOURCES): Added
camellia-test.c.
* examples/nettle-benchmark.c: Added camellia ciphers.
* Makefile.in (nettle_SOURCES): Added camellia.c and
camellia-meta.c.
(HEADERS): Added camellia.h.
...
...
examples/nettle-benchmark.c
View file @
118e2618
...
...
@@ -401,6 +401,7 @@ main(int argc, char **argv)
OPENSSL
(
&
nettle_openssl_aes256
)
&
nettle_arcfour128
,
OPENSSL
(
&
nettle_openssl_arcfour128
)
&
nettle_blowfish128
,
OPENSSL
(
&
nettle_openssl_blowfish128
)
&
nettle_camellia128
,
&
nettle_camellia192
,
&
nettle_camellia256
,
&
nettle_cast128
,
OPENSSL
(
&
nettle_openssl_cast128
)
&
nettle_des
,
OPENSSL
(
&
nettle_openssl_des
)
&
nettle_des3
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment