Function wedpr_l_crypto_zkp_range_proof::verify_value_range_with_blinding_basepoint[][src]

pub fn verify_value_range_with_blinding_basepoint(
    commitment: &RistrettoPoint,
    proof_bytes: &[u8],
    blinding_basepoint: &RistrettoPoint
) -> bool
Expand description

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