From d2c78677159dc830a7da5a3f615d1568b17bb424 Mon Sep 17 00:00:00 2001 From: swrup Date: Sat, 21 Feb 2026 16:21:15 +0100 Subject: [PATCH] --- src/secmod_eddsa.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/secmod_eddsa.ml b/src/secmod_eddsa.ml index d0fff792..21564eea 100644 --- a/src/secmod_eddsa.ml +++ b/src/secmod_eddsa.ml @@ -92,8 +92,8 @@ let split_in_periodes ~start ~end_ = go acc start end_ let gen_additional_keys_until_lookahead ~now l = - (* try to _not_ generate keys with validity start in the past - (probably not important) *) + (* TODO do not exceed lookahead (probably more important...) *) + (* try to not generate keys with validity start in the past *) let start = match List.rev (sort_keys l) with | [] -> now