From ac98289728516cb68717beb2537c212e35b03440 Mon Sep 17 00:00:00 2001 From: Hocuri Date: Wed, 10 Sep 2025 22:40:05 +0200 Subject: [PATCH] Remove outdated TODO --- src/pgp.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pgp.rs b/src/pgp.rs index c046d3181..db4846263 100644 --- a/src/pgp.rs +++ b/src/pgp.rs @@ -400,7 +400,6 @@ pub async fn symm_encrypt_message( hash_alg: HashAlgorithm::default(), salt, }; - // TODO ask whether it's actually good to use Seidp_v2 here let mut msg = msg.seipd_v2( &mut rng, SymmetricKeyAlgorithm::AES128,