This commit is contained in:
parent
fabb7ecf68
commit
8fd67d798a
2 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
(* TODO KV store *)
|
||||
|
||||
module Secmod_signkey = struct
|
||||
type t = {
|
||||
secmod_key: Signkey.t;
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ type t = {
|
|||
stamp_expire: Ptime.t;
|
||||
stamp_end: Ptime.t;
|
||||
sign: string -> EddsaSignature.t;
|
||||
(* signature of this key by offline master key *)
|
||||
master_sig: EddsaSignature.t option;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue