Skip to content

Commit

Permalink
ci debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ladnir committed Oct 25, 2024
1 parent 765ab31 commit dbeb2f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libOTe/Tools/Pprf/RegularPprf.h
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@ namespace osuCrypto

// The next level of theGGM tree that we are populating.
auto children = levels[d + 1];
assert((u64)level0.data() % sizeof(block) == 0 && "levels requires aligment");
assert((u64)level1.data() % sizeof(block) == 0 && "levels requires aligment");
assert((u64)parents.data() % sizeof(block) == 0 && "levels requires aligment");
assert((u64)children.data() % sizeof(block) == 0 && "levels requires aligment");


// For each child, populate the child by expanding the parent.
Expand Down

0 comments on commit dbeb2f5

Please sign in to comment.