From c286bb6d4e09a66a940e4a5ea307648e4ba8041c Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 18 May 2021 10:54:36 -0400 Subject: [PATCH] Update src/core/CCHash.mli --- src/core/CCHash.mli | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/CCHash.mli b/src/core/CCHash.mli index efddcf0b..6d615779 100644 --- a/src/core/CCHash.mli +++ b/src/core/CCHash.mli @@ -31,6 +31,8 @@ val slice : string -> int -> int t into [state]. *) val bytes : bytes t +(** Hash a byte array. + @since NEXT_RELEASE *) val string : string t val list : 'a t -> 'a list t