Example #1
0
        private void ResetForm()
        {
            schnorr.T = BigInteger.Parse(tbT.Text);

            prover   = new SchorrProver(schnorr);
            verifier = new SchorrVerifier(schnorr);

            tbS.Text = "";
            tbA.Text = "";
            tbR.Text = "";
            tbX.Text = "";
            tbE.Text = "";
            tbY.Text = "";
            tbZ.Text = "";
        }
Example #2
0
        private void ResetForm()
        {
            schnorr.T = BigInteger.Parse(tbT.Text);

            prover = new SchorrProver(schnorr);
            verifier = new SchorrVerifier(schnorr);

            tbS.Text = "";
            tbA.Text = "";
            tbR.Text = "";
            tbX.Text = "";
            tbE.Text = "";
            tbY.Text = "";
            tbZ.Text = "";
        }