From dbeb2f587eb928cec2583d40b0167f75920850e5 Mon Sep 17 00:00:00 2001 From: Peter Rindal Date: Fri, 25 Oct 2024 13:10:04 -0700 Subject: [PATCH] ci debug --- libOTe/Tools/Pprf/RegularPprf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libOTe/Tools/Pprf/RegularPprf.h b/libOTe/Tools/Pprf/RegularPprf.h index 78c7245..8e2bd6a 100644 --- a/libOTe/Tools/Pprf/RegularPprf.h +++ b/libOTe/Tools/Pprf/RegularPprf.h @@ -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.