Skip to content

Commit

Permalink
Reducing the number of samples in test_differential_in_single_key_sce…
Browse files Browse the repository at this point in the history
…nario_speck3264
  • Loading branch information
juaninf committed Jan 13, 2025
1 parent de5a0ff commit 0f46367
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def repeat_input_difference(input_difference_, number_of_samples_, number_of_byt

def test_differential_in_related_key_scenario_speck3264():
rng = np.random.default_rng(seed=42)
number_of_samples = 2**23
number_of_samples = 2**20
input_difference = 0x00402000
output_difference = 0x0
key_difference = 0x000afa3d0030a000
Expand Down

0 comments on commit 0f46367

Please sign in to comment.