summaryrefslogtreecommitdiff
path: root/internal/stupidgcm/stupidchacha_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/stupidgcm/stupidchacha_test.go')
-rw-r--r--internal/stupidgcm/stupidchacha_test.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/internal/stupidgcm/stupidchacha_test.go b/internal/stupidgcm/stupidchacha_test.go
index 2690f85..513b68f 100644
--- a/internal/stupidgcm/stupidchacha_test.go
+++ b/internal/stupidgcm/stupidchacha_test.go
@@ -1,8 +1,5 @@
// +build !without_openssl
-// We compare against Go's built-in GCM implementation. Since stupidgcm only
-// supports 128-bit IVs and Go only supports that from 1.5 onward, we cannot
-// run these tests on older Go versions.
package stupidgcm
import (