wip: implement hash
need good handling of 0-terminated C-string
This commit is contained in:
parent
6220bbdae1
commit
f7a33e2dd4
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