소스 검색

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 */


불러오는 중...
취소
저장