浏览代码

scalar arithmetic passing. on to ec, which surely doesnt work

master
Michael Hamburg 9 年前
父节点
当前提交
2b0c51f4b3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      include/decaf_255.h

+ 1
- 1
include/decaf_255.h 查看文件

@@ -55,7 +55,7 @@ typedef uint64_t decaf_dword_t;
#endif

#define DECAF_255_LIMBS (320/DECAF_WORD_BITS)
#define DECAF_255_SCALAR_BITS 252
#define DECAF_255_SCALAR_BITS 254 // Curve25519: 253
#define DECAF_255_SCALAR_LIMBS (256/DECAF_WORD_BITS)

/** Galois field element internal structure */


正在加载...
取消
保存