diff options
Diffstat (limited to 'src/pkg/crypto/subtle/constant_time.go')
-rw-r--r-- | src/pkg/crypto/subtle/constant_time.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/crypto/subtle/constant_time.go b/src/pkg/crypto/subtle/constant_time.go index a3d70b9c9..57dbe9db5 100644 --- a/src/pkg/crypto/subtle/constant_time.go +++ b/src/pkg/crypto/subtle/constant_time.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// This package implements functions that are often useful in cryptographic +// Package subtle implements functions that are often useful in cryptographic // code but require careful thought to use correctly. package subtle |