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. *)
|
far. *)
|
||||||
|
|
||||||
val direct : ?key:Cstruct.t -> Cstruct.t -> int -> hash
|
val direct : ?key:Cstruct.t -> Cstruct.t -> int -> hash
|
||||||
(** [direct ?key outbuf inbuf] writes the blake2b hash of [inbuf] in
|
(** [direct ?key inbuf len] is the blake2b hash of length [len],
|
||||||
[outbuf], using [key] is present. *)
|
using [key] is present. *)
|
||||||
end
|
end
|
||||||
|
|
||||||
(*---------------------------------------------------------------------------
|
(*---------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user