Minor code documentation fix in vendor crypto lib
This commit is contained in:
parent
7af7cb95e3
commit
e27a9e6aaf
4
vendors/ocaml-blake2/src/blake2.mli
vendored
4
vendors/ocaml-blake2/src/blake2.mli
vendored
@ -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
|
||||
|
||||
(*---------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user