From 4cdc5971caa42c10f2723a998cb6f545cc87fed6 Mon Sep 17 00:00:00 2001 From: Phillipp Schoppmann Date: Tue, 2 Apr 2024 16:42:36 -0400 Subject: [PATCH] Update draft-irtf-cfrg-vdaf.md Co-authored-by: Christopher Patton --- draft-irtf-cfrg-vdaf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-irtf-cfrg-vdaf.md b/draft-irtf-cfrg-vdaf.md index be327f14..dee5ed77 100644 --- a/draft-irtf-cfrg-vdaf.md +++ b/draft-irtf-cfrg-vdaf.md @@ -3980,7 +3980,7 @@ combination of input share and level. ~~~ -def is_valid(agg_param, previous_agg_params): +def is_valid(Poplar1, agg_param, previous_agg_params): # Exit early if this is the first time. if len(previous_agg_params) < 1: return True