Pārlūkot izejas kodu

Make auth tree computation stop at the root

master
Joost Rijneveld pirms 9 gadiem
vecāks
revīzija
6ee57d1883
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      xmss.c

+ 1
- 1
xmss.c Parādīt failu

@@ -327,7 +327,7 @@ static void compute_authpath_wots(unsigned char *root, unsigned char *authpath,
level = 0;
// Compute tree:
// Outer loop: For each inner layer
for (i = (1<<h); i > 0; i>>=1)
for (i = (1<<h); i > 1; i>>=1)
{
SET_NODE_TREE_HEIGHT(node_addr, level);
// Inner loop: for each pair of sibling nodes


Notiek ielāde…
Atcelt
Saglabāt