Skip to content

Commit

Permalink
update comment for dp list
Browse files Browse the repository at this point in the history
  • Loading branch information
birarda committed Aug 20, 2024
1 parent 90924a1 commit 0b8471b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/treekem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ TreeKEMPublicKey::parent_hashes(
}

// The list of nodes for whom parent hashes are computed, namely: Direct path
// excluding root, including leaf
// excluding the last entry, including leaf
auto from_node = NodeIndex(from);
auto dp = fdp;
auto [last, _res_last] = dp.back();
Expand Down

0 comments on commit 0b8471b

Please sign in to comment.