Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brian Smith
nettle
Commits
d807f9a1
Commit
d807f9a1
authored
Mar 24, 2010
by
Niels Möller
Browse files
(main): Benchmark sha512.
Rev: nettle/examples/nettle-benchmark.c:1.5
parent
7fae9124
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/nettle-benchmark.c
View file @
d807f9a1
...
...
@@ -6,7 +6,7 @@
/* nettle, low-level cryptographics library
*
* Copyright (C) 2001 Niels Mller
* Copyright (C) 2001
, 2010
Niels Mller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
...
...
@@ -388,7 +388,7 @@ main(int argc, char **argv)
&
nettle_md2
,
&
nettle_md4
,
&
nettle_md5
,
OPENSSL
(
&
nettle_openssl_md5
)
&
nettle_sha1
,
OPENSSL
(
&
nettle_openssl_sha1
)
&
nettle_sha256
,
&
nettle_sha256
,
&
nettle_sha512
,
NULL
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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