Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nettle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Nettle
nettle
Commits
61002bdb
Commit
61002bdb
authored
Jan 01, 2013
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Benchmark additional sha3 functions.
parent
9cf94512
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
ChangeLog
ChangeLog
+5
-0
examples/nettle-benchmark.c
examples/nettle-benchmark.c
+2
-1
No files found.
ChangeLog
View file @
61002bdb
2013-01-01 Niels Möller <nisse@lysator.liu.se>
* examples/nettle-benchmark.c (main): Benchmark additional sha3
functions.
2012-12-30 Niels Möller <nisse@lysator.liu.se>
* sha3-224.c, sha3-224-meta.c: New files.
...
...
examples/nettle-benchmark.c
View file @
61002bdb
...
...
@@ -646,7 +646,8 @@ main(int argc, char **argv)
&
nettle_sha1
,
OPENSSL
(
&
nettle_openssl_sha1
)
&
nettle_sha224
,
&
nettle_sha256
,
&
nettle_sha384
,
&
nettle_sha512
,
&
nettle_sha3_256
,
&
nettle_sha3_224
,
&
nettle_sha3_256
,
&
nettle_sha3_384
,
&
nettle_sha3_512
,
&
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