summaryrefslogtreecommitdiff
path: root/libgo/go/crypto/md5/md5.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/crypto/md5/md5.go')
-rw-r--r--libgo/go/crypto/md5/md5.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgo/go/crypto/md5/md5.go b/libgo/go/crypto/md5/md5.go
index ce58d5e713a..b682f008942 100644
--- a/libgo/go/crypto/md5/md5.go
+++ b/libgo/go/crypto/md5/md5.go
@@ -5,6 +5,9 @@
//go:generate go run gen.go -full -output md5block.go
// Package md5 implements the MD5 hash algorithm as defined in RFC 1321.
+//
+// MD5 is cryptographically broken and should not be used for secure
+// applications.
package md5
import (