From 0ad081bb048d61c4883db3d3cb766b6409a51e2c Mon Sep 17 00:00:00 2001 From: swrup Date: Thu, 5 Feb 2026 16:46:59 +0100 Subject: [PATCH] --- src/bin_sig.ml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/bin_sig.ml b/src/bin_sig.ml index 78383a23..1aee423e 100644 --- a/src/bin_sig.ml +++ b/src/bin_sig.ml @@ -2,8 +2,6 @@ open Bin_type -(* TODO keep this? - some of those are actuall ecdhe, or union of eddsa|ecdhe *) module Aliases = struct module Timestamp = struct type t = Time.Timestamp.t @@ -40,6 +38,9 @@ module Aliases = struct end (* - Keys - *) + + (* TODO keep this? + some of those are actuall ecdhe, or union of eddsa|ecdhe *) open Crypto module PursePublicKey = EddsaPublicKey module AuditorPublicKeyP = EddsaPublicKey