Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Wim Lewis
nettle
Commits
118e2618
Commit
118e2618
authored
Jul 07, 2010
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
ChangeLog
ChangeLog
+2
-0
examples/nettle-benchmark.c
examples/nettle-benchmark.c
+1
-0
No files found.
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
Markdown
is supported
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