aboutsummaryrefslogtreecommitdiff
path: root/internal/stupidgcm/common_test.go
diff options
context:
space:
mode:
authorFrank Denis2025-03-12 00:54:35 +0100
committerJakob Unterwurzacher2025-03-12 20:43:23 +0100
commitd5d26d75247d4fcc269cd0494cb85c7e62618c89 (patch)
tree5b1409763bf2b03fdbf859e3169732157e704615 /internal/stupidgcm/common_test.go
parente3e76e275d8edf294a4a64897f44a5ef0b70bfeb (diff)
Move aegis out of stupidgcm
Diffstat (limited to 'internal/stupidgcm/common_test.go')
-rw-r--r--internal/stupidgcm/common_test.go2
1 files changed, 0 insertions, 2 deletions
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)
}