コード例 #1
0
ファイル: Output.cs プロジェクト: jeremylcarter/grin-dotnet
 /// Validates the range proof using the commitment
 public void Verify_proof(Secp256K1 secp)
 {
     secp.verify_range_proof(Commit, Proof);
 }