mte/src/signkey_data.ml
swrup 439ce5d5e3 JJ: Description from the destination commit:
wip rename

JJ: Description from source commit:
rename
2025-12-15 16:48:24 +01:00

10 lines
206 B
OCaml

open Crypto
type t = {
pub: eddsa_pub;
priv: eddsa_priv;
stamp_start: Timestamp.t;
stamp_expire: Timestamp.t;
stamp_end: Timestamp.t;
master_sig: Bin_sig.ExchangeSigningKeyValidity.t option;
}