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