wip debug
This commit is contained in:
parent
08699487f1
commit
f1936f150d
166 changed files with 17619 additions and 15 deletions
10
.jjconflict-side-1/src/signkey_data.ml
Normal file
10
.jjconflict-side-1/src/signkey_data.ml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
open Crypto
|
||||
|
||||
type t = {
|
||||
pub: eddsa_pub;
|
||||
stamp_start: Timestamp.t;
|
||||
stamp_expire: Timestamp.t;
|
||||
stamp_end: Timestamp.t;
|
||||
master_sig: Signatures.ExchangeSigningKeyValidity.t option;
|
||||
revoked_sig: Signatures.MasterSigningKeyRevocation.t option;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue