pub fn verify_range(
q: &BigUint,
paillier: &PaillierPublicKey,
ck: &CommitmentKey,
c: &BigUint,
proof: &RangeProof,
) -> boolExpand description
Verify an initiator range proof for ciphertext c.
pub fn verify_range(
q: &BigUint,
paillier: &PaillierPublicKey,
ck: &CommitmentKey,
c: &BigUint,
proof: &RangeProof,
) -> boolVerify an initiator range proof for ciphertext c.