/// Validates the range proof using the commitment public void Verify_proof(Secp256K1 secp) { secp.verify_range_proof(Commit, Proof); }