JJ: Description from the destination commit:

+ denomgroup_of_denomdata

JJ: Description from source commit:
+ wip /keys
This commit is contained in:
swrup 2026-01-19 20:54:39 +01:00
parent 7b8edd05e9
commit 2dd24f78f2
5 changed files with 136 additions and 6 deletions

View file

@ -92,6 +92,10 @@ end) : sig
val jsont : t Jsont.t
val caqti : t Caqti_type.t
(* TODO rm *)
(* escape hatch, only needed for /keys `exchange_sig` (signature over contatentation of all of the master_sigs) *)
val to_octets : t -> string
end = struct
open Crypto
@ -102,6 +106,7 @@ end = struct
let verify_f ~f t r = f t ~msg:(Bin.to_string R.bin r)
let jsont = EddsaSignature.jsont
let caqti : EddsaSignature.t Caqti_type.t = EddsaSignature.caqti
let to_octets t = EddsaSignature.to_octets t
end
module DenominationKeyAnnouncement = struct