Minor code documentation fix in vendor crypto lib

This commit is contained in:
Raphaël Proust 2018-03-08 16:40:41 +01:00 committed by Benjamin Canou
parent 7af7cb95e3
commit e27a9e6aaf

View File

@ -19,8 +19,8 @@ module Blake2b : sig
far. *)
val direct : ?key:Cstruct.t -> Cstruct.t -> int -> hash
(** [direct ?key outbuf inbuf] writes the blake2b hash of [inbuf] in
[outbuf], using [key] is present. *)
(** [direct ?key inbuf len] is the blake2b hash of length [len],
using [key] is present. *)
end
(*---------------------------------------------------------------------------