This commit is contained in:
swrup 2025-12-07 00:31:57 +01:00
parent baf9b31cb7
commit d36b882cf5
6 changed files with 86 additions and 27 deletions

6
src/secmod_signkey.mli Normal file
View file

@ -0,0 +1,6 @@
type t
val get_sm_key : t -> Signkey.t
val get_signkeys : t -> Signkey.t list
val update_signkeys : (module Pg.CONN) -> t -> Signkey.t list -> unit
val init : (module Pg.CONN) -> t