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
OTRv4
little-ed448-Goldilocks
Commits
2f77978c
Unverified
Commit
2f77978c
authored
Jan 21, 2018
by
Sofia Celi
⛸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compiler warnings
parent
76f514ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
test/shakesum.c
test/shakesum.c
+0
-2
No files found.
test/shakesum.c
View file @
2f77978c
...
...
@@ -29,8 +29,6 @@ int main(int argc, char **argv) {
unsigned
int
outlen
=
512
;
decaf_shake256_gen_init
(
sponge
);
int
use_sha512
=
0
;
/* Sloppy. Real utility would parse --algo, --size ... */
if
(
argc
>
1
)
{
if
(
!
strcmp
(
argv
[
1
],
"shake256"
)
||
!
strcmp
(
argv
[
1
],
"SHAKE256"
))
{
...
...
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