We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 765ab31 commit dbeb2f5Copy full SHA for dbeb2f5
libOTe/Tools/Pprf/RegularPprf.h
@@ -285,8 +285,8 @@ namespace osuCrypto
285
286
// The next level of theGGM tree that we are populating.
287
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");
+ assert((u64)parents.data() % sizeof(block) == 0 && "levels requires aligment");
+ assert((u64)children.data() % sizeof(block) == 0 && "levels requires aligment");
290
291
292
// For each child, populate the child by expanding the parent.
0 commit comments