Make H, BH public so knowledge of bucket can be verified
This commit is contained in:
parent
65e763724b
commit
e2e59e50a6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue