aboutsummaryrefslogtreecommitdiffstats
path: root/go/main_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/main_test.go')
-rw-r--r--go/main_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/go/main_test.go b/go/main_test.go
index 091a75b..a103ba2 100644
--- a/go/main_test.go
+++ b/go/main_test.go
@@ -72,10 +72,6 @@ func testSign(t *testing.T) {
}
signVec[i] = *secVec[i].Sign(m)
- s := *secVec[i].SignCT(m)
- if signVec[i].String() != s.String() {
- t.Fatal("SingCT %d", i)
- }
if !signVec[i].Verify(&pubVec[i], m) {
t.Fatal("singVec %d", i)
}