This commit is contained in:
swrup 2026-02-17 12:48:11 +01:00
parent 73f64e77be
commit 84a65c5931
10 changed files with 133 additions and 233 deletions

View file

@ -1,5 +1,6 @@
open Crypto
(* TODO replace by Api.SignKey.t instead? (no revoked_sig) *)
type t = {
pub: eddsa_pub;
stamp_start: Timestamp.t;