From 493508f7c3a5db3b11d6f23baf684f12c544d2f1 Mon Sep 17 00:00:00 2001 From: Michael Hamburg Date: Fri, 20 Nov 2015 11:48:27 -0800 Subject: [PATCH] clear an include ordering fixme --- src/p448/arch_x86_64/f_impl.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/p448/arch_x86_64/f_impl.h b/src/p448/arch_x86_64/f_impl.h index aa93b24..117b0e6 100644 --- a/src/p448/arch_x86_64/f_impl.h +++ b/src/p448/arch_x86_64/f_impl.h @@ -7,15 +7,9 @@ #include #include +#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}}