ソースを参照

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



読み込み中…
キャンセル
保存