This commit is contained in:
swrup 2025-11-23 15:37:05 +01:00
parent 056c111d88
commit 481a0644cb
5 changed files with 126 additions and 54 deletions

View file

@ -1,5 +1,7 @@
open Crypto
(* TODO master_sig
not sur how to handle master_sig initialization *)
type t = {
pub: EddsaPublicKey.t;
stamp_start: Ptime.t;