Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit b33b2cc

Browse files
committed
Fix PR#5454: Update docs
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11973 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
1 parent 3542301 commit b33b2cc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

stdlib/digest.mli

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
This module provides functions to compute 128-bit ``digests'' of
1919
arbitrary-length strings or files. The digests are of cryptographic
2020
quality: it is very hard, given a digest, to forge a string having
21-
that digest. The algorithm used is MD5.
21+
that digest. The algorithm used is MD5. This module should not be
22+
used for secure and sensitive cryptographic applications. For these
23+
kind of applications more recent and stronger cryptographic
24+
primitives should be used instead.
2225
*)
2326

2427
type t = string

0 commit comments

Comments
 (0)