fix currency bin encoding; ok master-signatures(?)

This commit is contained in:
swrup 2025-11-28 19:17:25 +01:00
parent ab82a357a9
commit f3672edad5
8 changed files with 87 additions and 20 deletions

View file

@ -38,7 +38,7 @@ end = struct
type t = B32.t
let hash s =
let open Digestif.SHA256 in
let open Digestif.SHA512 in
s |> digest_string |> to_raw_string
let jsont = Jsont.of_of_string ~kind:"HashCode" B32.decode ~enc:B32.encode