From e2e59e50a6791e994fe95c27540ef39e3fdc3f92 Mon Sep 17 00:00:00 2001 From: Vecna Date: Tue, 20 Feb 2024 16:46:38 -0500 Subject: [PATCH] Make H, BH public so knowledge of bucket can be verified --- crates/lox-library/src/proto/positive_report.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/lox-library/src/proto/positive_report.rs b/crates/lox-library/src/proto/positive_report.rs index 03d75c2..26b31d5 100644 --- a/crates/lox-library/src/proto/positive_report.rs +++ b/crates/lox-library/src/proto/positive_report.rs @@ -44,8 +44,8 @@ pub struct Request { CQ: RistrettoPoint, // Fields for proving which bucket we have - H: RistrettoPoint, - BP: RistrettoPoint, + pub H: RistrettoPoint, + pub BP: RistrettoPoint, // Fields for proving 3 <= trust_level <= 4 // CG can be computed by verifier