浏览代码

clear an include ordering fixme

master
Michael Hamburg 8 年前
父节点
当前提交
493508f7c3
共有 1 个文件被更改,包括 1 次插入7 次删除
  1. +1
    -7
      src/p448/arch_x86_64/f_impl.h

+ 1
- 7
src/p448/arch_x86_64/f_impl.h 查看文件

@@ -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}}



正在加载...
取消
保存