Преглед изворни кода

Make XMSSMT WOTS memory usage more accurate

master
Joost Rijneveld пре 7 година
родитељ
комит
ac55d2ccf2
No known key found for this signature in database GPG Key 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];



Loading…
Откажи
Сачувај