Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
6b2b1db6
Commit
6b2b1db6
authored
Jul 03, 2001
by
Niels Möller
Browse files
Include string.h.
Rev: src/nettle/testsuite/testutils.c:1.4 Rev: src/nettle/twofish.c:1.4
parent
8fed6d50
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/testutils.c
View file @
6b2b1db6
...
...
@@ -4,6 +4,7 @@
#include
<ctype.h>
#include
<stdlib.h>
#include
<string.h>
int
decode_hex
(
uint8_t
*
dst
,
const
char
*
hex
)
...
...
twofish.c
View file @
6b2b1db6
...
...
@@ -36,6 +36,7 @@
#include
"macros.h"
#include
<assert.h>
#include
<string.h>
/* Bitwise rotations on 32-bit words. These are defined as macros that
* evaluate their argument twice, so do not apply to any expressions with
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment