From d0560b68aec9528181ba57f24f4eaa35401246bb Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Tue, 19 Mar 2024 21:08:48 +0100 Subject: vote: proof generation and verification added Generation of a Commitment is implemented, together with the generation and verification of proofs, i.e. their Schnorr's signatures --- avnet/avnet_test.go | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 avnet/avnet_test.go (limited to 'avnet/avnet_test.go') diff --git a/avnet/avnet_test.go b/avnet/avnet_test.go deleted file mode 100644 index 8800b8b..0000000 --- a/avnet/avnet_test.go +++ /dev/null @@ -1,16 +0,0 @@ -package avnet - -import ( - "testing" -) - -func TestRound(t *testing.T) { - v, e := newVoteWithRand(false, nil) - - if e != nil { - t.Fatalf("unexpected error: %v", e) - } - if v.bit { - t.Fatal("expected vote false, but got true") - } -} \ No newline at end of file -- cgit v1.2.3