Skip to main content

verify_range

Function verify_range 

Source
pub fn verify_range(
    q: &BigUint,
    paillier: &PaillierPublicKey,
    ck: &CommitmentKey,
    c: &BigUint,
    proof: &RangeProof,
) -> bool
Expand description

Verify an initiator range proof for ciphertext c.