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
Brian Smith
nettle
Commits
a5348276
Commit
a5348276
authored
Nov 11, 2012
by
Nikos Mavrogiannopoulos
Committed by
Niels Möller
Nov 11, 2012
Browse files
Added gosthash to benchmark.
parent
57fa68a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
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
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