2025-12-03 16:19:11 +01:00
|
|
|
open Crypto
|
|
|
|
|
|
|
|
|
|
type t = {
|
|
|
|
|
pub: eddsa_pub;
|
|
|
|
|
stamp_start: Timestamp.t;
|
|
|
|
|
stamp_expire: Timestamp.t;
|
|
|
|
|
stamp_end: Timestamp.t;
|
2026-02-05 19:26:59 +01:00
|
|
|
master_sig: Signatures.ExchangeSigningKeyValidity.t option;
|
|
|
|
|
revoked_sig: Signatures.MasterSigningKeyRevocation.t option;
|
2025-12-03 16:19:11 +01:00
|
|
|
}
|