rename
This commit is contained in:
parent
24b9adc300
commit
f6cf06591b
7 changed files with 30 additions and 30 deletions
10
src/signkey.ml
Normal file
10
src/signkey.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: Signatures.ExchangeSigningKeyValidity.t option;
|
||||
revoked_sig: Signatures.MasterSigningKeyRevocation.t option;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue