This commit is contained in:
swrup 2026-02-05 16:46:59 +01:00
parent 11a13f0dfe
commit 0ad081bb04

View file

@ -2,8 +2,6 @@
open Bin_type open Bin_type
(* TODO keep this?
some of those are actuall ecdhe, or union of eddsa|ecdhe *)
module Aliases = struct module Aliases = struct
module Timestamp = struct module Timestamp = struct
type t = Time.Timestamp.t type t = Time.Timestamp.t
@ -40,6 +38,9 @@ module Aliases = struct
end end
(* - Keys - *) (* - Keys - *)
(* TODO keep this?
some of those are actuall ecdhe, or union of eddsa|ecdhe *)
open Crypto open Crypto
module PursePublicKey = EddsaPublicKey module PursePublicKey = EddsaPublicKey
module AuditorPublicKeyP = EddsaPublicKey module AuditorPublicKeyP = EddsaPublicKey