~~~
This commit is contained in:
parent
099cd80670
commit
b507d540ad
43 changed files with 5647 additions and 1808 deletions
10
src/signkey_data.ml
Normal file
10
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: Bin_sig.ExchangeSigningKeyValidity.t option;
|
||||
revoked_sig: Bin_sig.MasterSigningKeyRevocation.t option;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue