Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmitry Baryshkov
nettle
Commits
b203b4e8
Commit
b203b4e8
authored
Aug 25, 2015
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
ChangeLog entry for SHA3 update, and link to current test vectors.
parent
a1eb5669
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+11
-0
11 additions, 0 deletions
ChangeLog
testsuite/sha3.awk
+5
-0
5 additions, 0 deletions
testsuite/sha3.awk
with
16 additions
and
0 deletions
ChangeLog
+
11
−
0
View file @
b203b4e8
2015-08-24 Niels Möller <nisse@lysator.liu.se>
* testsuite/sha3.awk: Document origin of test vectors.
From Nikos Mavrogiannopoulos.
* sha3.c (_sha3_pad): Update for NIST version.
* testsuite/sha3-224-test.c: Updated test vectors.
* testsuite/sha3-256-test.c: Likewise.
* testsuite/sha3-384-test.c: Likewise.
* testsuite/sha3-512-test.c: Likewise.
2015-06-03 Niels Möller <nisse@lysator.liu.se>
2015-06-03 Niels Möller <nisse@lysator.liu.se>
* arm/neon/chacha-core-internal.asm: New file. 55% speedup over C
* arm/neon/chacha-core-internal.asm: New file. 55% speedup over C
...
...
This diff is collapsed.
Click to expand it.
testsuite/sha3.awk
+
5
−
0
View file @
b203b4e8
#! /usr/bin/awk -f
#! /usr/bin/awk -f
# This script is used to process the Keccak testvectors, originally
# we used http://keccak.noekeon.org/KeccakKAT-3.zip.
# For the updated NIST version, test vectors can be found at
# https://github.com/gvanas/KeccakCodePackage/tree/master/TestVectors
/^
Len
/
{
len
=
$3
}
/^
Len
/
{
len
=
$3
}
/^Msg/
{
msg
=
$3
}
/^Msg/
{
msg
=
$3
}
/^MD/
{
md
=
$3
;
/^MD/
{
md
=
$3
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment