Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
masked_spook_sw
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
spook
masked_spook_sw
Commits
3974b898
Commit
3974b898
authored
May 08, 2020
by
Olivier Bronchain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix compilation warnings
parent
87d0e5ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
board_m0/Src/main.c
board_m0/Src/main.c
+2
-1
No files found.
board_m0/Src/main.c
View file @
3974b898
...
...
@@ -21,6 +21,7 @@
#include <string.h>
#include "crypto_aead.h"
#include "api.h"
#include "prng.h"
#include "s1p.h"
#include "utils_masking.h"
#include "primitives.h"
...
...
@@ -51,7 +52,7 @@ uint8_t m[MAX_LEN],m_len;
uint8_t
npub
[
CRYPTO_NPUBBYTES
];
uint32_t
k
[(
CRYPTO_KEYBYTES
/
4
)
*
D
];
uint32_t
initial_key
[
4
*
D
];
u
nsigned
long
long
clen
,
adlen
,
mlen
;
u
int32_t
clen
,
adlen
,
mlen
;
void
SystemClock_Config
(
void
);
static
void
simple_refresh
(
uint32_t
*
out
,
uint32_t
*
in
){
...
...
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