From d5d26d75247d4fcc269cd0494cb85c7e62618c89 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 12 Mar 2025 00:54:35 +0100 Subject: Move aegis out of stupidgcm --- internal/stupidgcm/common_test.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'internal/stupidgcm/common_test.go') diff --git a/internal/stupidgcm/common_test.go b/internal/stupidgcm/common_test.go index 47fee7c..7f38e90 100644 --- a/internal/stupidgcm/common_test.go +++ b/internal/stupidgcm/common_test.go @@ -246,8 +246,6 @@ func testWipe(t *testing.T, c cipher.AEAD) { t.Fatal("c2.key is not zeroed") } } - case *stupidAegis: - c2.Wipe() // AEGIS has its own Wipe method default: t.Fatalf("BUG: unhandled type %T", c2) } -- cgit v1.2.3