[][src]Function wedpr_crypto::zkp::verify_value_range_with_blinding_basepoint

pub fn verify_value_range_with_blinding_basepoint(
    commitment: &RistrettoPoint,
    proof: &str,
    blinding_basepoint: &RistrettoPoint
) -> bool

Verifies whether a value embedded in the commentment belongs to (0, 2^RANGE_SIZE_IN_BITS - 1], and use provided blinding basepoint.