This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
ed448goldilocks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
clear an include ordering fixme
master
Michael Hamburg
9 years ago
parent
36b54ca3db
commit
493508f7c3
1 changed files
with
1 additions
and
7 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-7
src/p448/arch_x86_64/f_impl.h
+ 1
- 7
src/p448/arch_x86_64/f_impl.h
View File
@@ -7,15 +7,9 @@
#include <stdint.h>
#include <stdint.h>
#include <assert.h>
#include <assert.h>
#include "decaf/decaf_448.h"
#include "word.h"
#include "word.h"
#ifndef __DECAF_448_H__ // HACK FIXME
#define DECAF_WORD_BITS 64
typedef struct gf_448_s {
uint64_t limb[8];
} __attribute__((aligned(32))) gf_448_s, gf_448_t[1];
#endif
#define LBITS 56
#define LBITS 56
#define FIELD_LITERAL(a,b,c,d,e,f,g,h) {{a,b,c,d,e,f,g,h}}
#define FIELD_LITERAL(a,b,c,d,e,f,g,h) {{a,b,c,d,e,f,g,h}}
Write
Preview
Loading…
Cancel
Save