From e1a8014232f78faaddb38c3ed02043d07160d749 Mon Sep 17 00:00:00 2001 From: Kevaundray Wedderburn Date: Thu, 5 Sep 2024 14:41:52 +0100 Subject: [PATCH] clarify comment --- cryptography/kzg_multi_open/src/fk20/cosets.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/cryptography/kzg_multi_open/src/fk20/cosets.rs b/cryptography/kzg_multi_open/src/fk20/cosets.rs index 95181e51..589d5e07 100644 --- a/cryptography/kzg_multi_open/src/fk20/cosets.rs +++ b/cryptography/kzg_multi_open/src/fk20/cosets.rs @@ -42,6 +42,7 @@ pub fn reverse_bit_order(a: &mut [T]) { /// Generate all of the field elements needed to generate the cosets. /// /// - num_points denotes how many points we want to open the polynomial at. +/// `num_points` can also be seen as the size of the domain. /// - num_cosets denotes how many cosets we want to generate, analogously how many proofs we want to produce. /// /// Returns a `Vec` containing the generated coset elements with length `num_cosets`