aboutsummaryrefslogtreecommitdiff
path: root/internal/cryptocore/gcm_go1.5.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/cryptocore/gcm_go1.5.go')
-rw-r--r--internal/cryptocore/gcm_go1.5.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/cryptocore/gcm_go1.5.go b/internal/cryptocore/gcm_go1.5.go
index 6e67d21..3c38357 100644
--- a/internal/cryptocore/gcm_go1.5.go
+++ b/internal/cryptocore/gcm_go1.5.go
@@ -8,6 +8,7 @@ import (
)
const (
+ // HaveModernGoGCM indicates if Go GCM supports 128-bit nonces
HaveModernGoGCM = true
)