diff options
Diffstat (limited to 'internal/cryptocore/gcm_go1.4.go')
-rw-r--r-- | internal/cryptocore/gcm_go1.4.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/cryptocore/gcm_go1.4.go b/internal/cryptocore/gcm_go1.4.go index 6b494d7..c1aa488 100644 --- a/internal/cryptocore/gcm_go1.4.go +++ b/internal/cryptocore/gcm_go1.4.go @@ -11,6 +11,7 @@ import ( ) const ( + // HaveModernGoGCM indicates if Go GCM supports 128-bit nonces HaveModernGoGCM = false ) |