summaryrefslogtreecommitdiff
path: root/internal/stupidgcm/stupidchacha_test.go
diff options
context:
space:
mode:
authorJakob Unterwurzacher2021-09-02 10:50:45 +0200
committerJakob Unterwurzacher2021-09-07 18:14:05 +0200
commit591a56e7ae06a5766747eb91cb1e7fade7f3a704 (patch)
tree9e0a2a73ccbfc3c23ce754fc0bd9190728f20854 /internal/stupidgcm/stupidchacha_test.go
parent5df7ee815dcd91d33e6167c20cebcbd5c51c2c7a (diff)
stupidgcm: stupidChacha20poly1305: normalize panic messages
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 (