소스 검색

Make XMSSMT WOTS memory usage more accurate

master
Joost Rijneveld 7 년 전
부모
커밋
ac55d2ccf2
No known key found for this signature in database GPG 키 ID: A4FE39CF49CBC553
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      test/xmssmt_core_fast.c

+ 1
- 1
test/xmssmt_core_fast.c 파일 보기

@@ -45,7 +45,7 @@ int main()
treehash_inst treehash[(2*d-1) * (tree_h-k)];
unsigned char th_nodes[(2*d-1) * (tree_h-k)*n];
unsigned char retain[(2*d-1) * ((1 << k) - k - 1)*n];
unsigned char wots_sigs[d * params.wots_sig_bytes];
unsigned char wots_sigs[(d-1) * params.wots_sig_bytes];
// first d are 'regular' states, second d are 'next'; top tree has no 'next'
bds_state states[2*d-1];



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