verify MasterSignatures

This commit is contained in:
swrup 2025-12-06 20:50:29 +01:00
parent 5001cc35c3
commit fa21837947
6 changed files with 139 additions and 26 deletions

View file

@ -85,6 +85,7 @@ end
module Secmod_denom = struct
type t = {
sm_key: Signkey.t;
(* TODO rename *)
keys: Denomination.t list;
}