This commit is contained in:
swrup 2025-12-07 05:37:19 +01:00
parent 7162564cad
commit 4fc9a96fde
9 changed files with 15 additions and 15 deletions

View file

@ -6,7 +6,7 @@ val get_signkeys : t -> Signkey.t list
val add_master_signatures :
(module Pg.CONN) ->
t ->
(Crypto.EddsaPublicKey.t * Api_sig.ExchangeSigningKeyValidityPS.t) list ->
(Crypto.EddsaPublicKey.t * Bin_sig.ExchangeSigningKeyValidityPS.t) list ->
(unit, string) result
val init : (module Pg.CONN) -> t