diff options
Diffstat (limited to 'libgo/go/crypto/md5/md5.go')
-rw-r--r-- | libgo/go/crypto/md5/md5.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/crypto/md5/md5.go b/libgo/go/crypto/md5/md5.go index 8f93fc4b354..378faa6ec71 100644 --- a/libgo/go/crypto/md5/md5.go +++ b/libgo/go/crypto/md5/md5.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 the MD5 hash algorithm as defined in RFC 1321. +// Package md5 implements the MD5 hash algorithm as defined in RFC 1321. package md5 import ( |