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,
|
CQ: RistrettoPoint,
|
||||||
|
|
||||||
// Fields for proving which bucket we have
|
// Fields for proving which bucket we have
|
||||||
H: RistrettoPoint,
|
pub H: RistrettoPoint,
|
||||||
BP: RistrettoPoint,
|
pub BP: RistrettoPoint,
|
||||||
|
|
||||||
// Fields for proving 3 <= trust_level <= 4
|
// Fields for proving 3 <= trust_level <= 4
|
||||||
// CG can be computed by verifier
|
// CG can be computed by verifier
|
||||||
|
|
Loading…
Reference in New Issue