summaryrefslogtreecommitdiffstats
path: root/stdlib/digest.mli
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/digest.mli')
-rw-r--r--stdlib/digest.mli4
1 files changed, 4 insertions, 0 deletions
diff --git a/stdlib/digest.mli b/stdlib/digest.mli
index 9227cd7de..29e5b3973 100644
--- a/stdlib/digest.mli
+++ b/stdlib/digest.mli
@@ -33,6 +33,10 @@ val compare : t -> t -> int
argument to the functors {!Set.Make} and {!Map.Make}.
@since 4.00.0 *)
+val equal : t -> t -> bool
+(** The equal function for 16-character digest.
+ @since 4.03.0 *)
+
val string : string -> t
(** Return the digest of the given string. *)