From 8069c517ba669a6e1b10b93897a054f718a1e5e0 Mon Sep 17 00:00:00 2001 From: Simon Wicky Date: Fri, 19 Apr 2024 15:33:41 +0200 Subject: [PATCH] cleanup --- src/header/keys.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/header/keys.rs b/src/header/keys.rs index 513777e..fe03f3d 100644 --- a/src/header/keys.rs +++ b/src/header/keys.rs @@ -192,7 +192,7 @@ mod deriving_key_material { // incorrectly blinded shared key through the mixnet in the (unencrypted) // Sphinx packet header. So this test ensures that the accumulator gets incremented // properly on each run through the loop. - let mut expected_accumulator = vec![initial_secret]; //SW TODO adapt this test to new way of computation + let mut expected_accumulator = vec![initial_secret]; for (i, node) in route.iter().enumerate() { let expected_shared_key = expected_accumulator