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
Nettle
nettle
Commits
a5348276
Commit
a5348276
authored
Nov 11, 2012
by
Nikos Mavrogiannopoulos
Committed by
Niels Möller
Nov 11, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added gosthash to benchmark.
parent
57fa68a3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ChangeLog
ChangeLog
+1
-0
examples/nettle-benchmark.c
examples/nettle-benchmark.c
+1
-2
No files found.
ChangeLog
View file @
a5348276
...
...
@@ -3,6 +3,7 @@
From Nikos Mavrogiannopoulos:
* nettle.texinfo (Hash functions): Added documentation for
gosthash94.
* examples/nettle-benchmark.c (main): Benchmark gosthash94.
2012-11-10 Niels Möller <nisse@lysator.liu.se>
...
...
examples/nettle-benchmark.c
View file @
a5348276
...
...
@@ -605,7 +605,6 @@ bench_salsa20_core(void)
double
count
[
5
];
uint8_t
*
p
;
unsigned
i
,
j
;
for
(
j
=
0
;
j
<
5
;
j
++
)
...
...
@@ -651,7 +650,7 @@ main(int argc, char **argv)
&
nettle_sha1
,
OPENSSL
(
&
nettle_openssl_sha1
)
&
nettle_sha224
,
&
nettle_sha256
,
&
nettle_sha384
,
&
nettle_sha512
,
&
nettle_ripemd160
,
&
nettle_ripemd160
,
&
nettle_gosthash94
,
NULL
};
...
...
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