remove usage of cstruct, require mirage-crypto 1.0.0 #1
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ let write_raw s buf =
|
||||||
safe_close s >|= fun () ->
|
safe_close s >|= fun () ->
|
||||||
Error `Exception)
|
Error `Exception)
|
||||||
in
|
in
|
||||||
(* Logs.debug (fun m -> m "writing %a" Cstruct.hexdump_pp (Cstruct.of_bytes buf)) ; *)
|
(* Logs.debug (fun m -> m "writing %a" (Ohex.pp_hexdump ()) (Bytes.unsafe_to_string buf)) ; *)
|
||||||
w 0 (Bytes.length buf)
|
w 0 (Bytes.length buf)
|
||||||
|
|
||||||
let process =
|
let process =
|
||||||
|
|
Loading…
Reference in a new issue