diff options
Diffstat (limited to 'internal/cryptocore/gcm_go1.5.go')
-rw-r--r-- | internal/cryptocore/gcm_go1.5.go | 1 |
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 ) |