JJ: Description from the destination commit:
implement hash TODO good handling of 0-terminated C-string JJ: Description from source commit: wip
This commit is contained in:
parent
6220bbdae1
commit
e696841b2b
5 changed files with 148 additions and 71 deletions
|
|
@ -75,6 +75,8 @@ let () =
|
|||
check_bad ", \"foo\"";
|
||||
()
|
||||
|
||||
(*
|
||||
|
||||
let () =
|
||||
let open Binary_formats.WithdrawConfirmationPS in
|
||||
let str64 = String.init 64 (fun i -> Char.unsafe_chr (i + 1)) in
|
||||
|
|
@ -88,3 +90,5 @@ let () =
|
|||
Printf.printf "%s" raw_str;
|
||||
*)
|
||||
()
|
||||
|
||||
*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue