simplify: rm revoke from sk/dn data type
This commit is contained in:
parent
3195ff5c81
commit
8708143f16
7 changed files with 21 additions and 54 deletions
|
|
@ -1,11 +1,9 @@
|
|||
open Crypto
|
||||
|
||||
(* TODO replace by Api.SignKey.t instead? (no revoked_sig) *)
|
||||
type t = {
|
||||
pub: eddsa_pub;
|
||||
stamp_start: Timestamp.t;
|
||||
stamp_expire: Timestamp.t;
|
||||
stamp_end: Timestamp.t;
|
||||
master_sig: Signatures.ExchangeSigningKeyValidity.t;
|
||||
revoked_sig: Signatures.MasterSigningKeyRevocation.t option;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue