Skip to content

Commit dbeb2f5

Browse files
committed
ci debug
1 parent 765ab31 commit dbeb2f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libOTe/Tools/Pprf/RegularPprf.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,8 @@ namespace osuCrypto
285285

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

291291

292292
// For each child, populate the child by expanding the parent.

0 commit comments

Comments
 (0)