Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwicky committed Apr 19, 2024
1 parent 9757045 commit 8069c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/header/keys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8069c51

Please sign in to comment.