From 3e852eb354f99fb95b399c68d950298b33ed88ab Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 12 Mar 2025 00:32:04 +0100 Subject: Do what @rfjakob asked me to do --- internal/stupidgcm/aegis_test.go | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 internal/stupidgcm/aegis_test.go (limited to 'internal/stupidgcm') diff --git a/internal/stupidgcm/aegis_test.go b/internal/stupidgcm/aegis_test.go deleted file mode 100644 index 36ef763..0000000 --- a/internal/stupidgcm/aegis_test.go +++ /dev/null @@ -1,16 +0,0 @@ -//go:build !without_aegis && cgo -// +build !without_aegis,cgo - -package stupidgcm - -import "testing" - -func TestStupidAegis(t *testing.T) { - if BuiltWithoutAegis { - t.Skip("Aegis support has been disabled at compile-time") - } - key := randBytes(16) - c := NewAegis(key) - - testCiphers(t, c, c) -} -- cgit v1.2.3