Make H, BH public so knowledge of bucket can be verified

This commit is contained in:
Vecna 2024-02-20 16:46:38 -05:00
parent 65e763724b
commit e2e59e50a6
1 changed files with 2 additions and 2 deletions

View File

@ -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