Browse Source

clear an include ordering fixme

master
Michael Hamburg 8 years ago
parent
commit
493508f7c3
1 changed files with 1 additions and 7 deletions
  1. +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 <assert.h>

#include "decaf/decaf_448.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 FIELD_LITERAL(a,b,c,d,e,f,g,h) {{a,b,c,d,e,f,g,h}}



Loading…
Cancel
Save