2025-12-15 16:43:49 +01:00
|
|
|
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;
|
2025-12-21 20:06:01 +01:00
|
|
|
revoked_sig: Bin_sig.MasterSigningKeyRevocation.t option;
|
2025-12-15 16:43:49 +01:00
|
|
|
}
|