From abce5dec5c61078353ee8917490608860931dc62 Mon Sep 17 00:00:00 2001 From: Pascal Nasahl Date: Fri, 19 Sep 2025 15:07:32 +0800 Subject: [PATCH] Move non-functional scripts into deprecated/ These scripts are no longer supported. However, as we could use them in the future as a template, keep the files and move them into the deprecated/ folder. This avoid that new users to ot-sca try to use those scripts. Signed-off-by: Pascal Nasahl --- deprecated/README.md | 3 +++ {cw => deprecated/cw}/capture.py | 0 {cw => deprecated/cw}/mix_columns_cpa_attack.py | 0 {cw => deprecated/cw}/save_waverunner_config_to_file.py | 0 {cw => deprecated/cw}/test_capture.sh | 0 {jupyter => deprecated/jupyter}/markers_25M.npy | 0 {jupyter => deprecated/jupyter}/otbn_attack_100M.ipynb | 0 {jupyter => deprecated/jupyter}/otbn_attack_25M.ipynb | 0 {jupyter => deprecated/jupyter}/otbn_find_bits.ipynb | 0 {jupyter => deprecated/jupyter}/otbn_traces.ipynb | 0 10 files changed, 3 insertions(+) create mode 100644 deprecated/README.md rename {cw => deprecated/cw}/capture.py (100%) rename {cw => deprecated/cw}/mix_columns_cpa_attack.py (100%) rename {cw => deprecated/cw}/save_waverunner_config_to_file.py (100%) rename {cw => deprecated/cw}/test_capture.sh (100%) rename {jupyter => deprecated/jupyter}/markers_25M.npy (100%) rename {jupyter => deprecated/jupyter}/otbn_attack_100M.ipynb (100%) rename {jupyter => deprecated/jupyter}/otbn_attack_25M.ipynb (100%) rename {jupyter => deprecated/jupyter}/otbn_find_bits.ipynb (100%) rename {jupyter => deprecated/jupyter}/otbn_traces.ipynb (100%) diff --git a/deprecated/README.md b/deprecated/README.md new file mode 100644 index 00000000..961a42e9 --- /dev/null +++ b/deprecated/README.md @@ -0,0 +1,3 @@ +# Deprecated ot-sca scripts +The scripts in this folder are not functional. +Keep them as we might need them in the future again. \ No newline at end of file diff --git a/cw/capture.py b/deprecated/cw/capture.py similarity index 100% rename from cw/capture.py rename to deprecated/cw/capture.py diff --git a/cw/mix_columns_cpa_attack.py b/deprecated/cw/mix_columns_cpa_attack.py similarity index 100% rename from cw/mix_columns_cpa_attack.py rename to deprecated/cw/mix_columns_cpa_attack.py diff --git a/cw/save_waverunner_config_to_file.py b/deprecated/cw/save_waverunner_config_to_file.py similarity index 100% rename from cw/save_waverunner_config_to_file.py rename to deprecated/cw/save_waverunner_config_to_file.py diff --git a/cw/test_capture.sh b/deprecated/cw/test_capture.sh similarity index 100% rename from cw/test_capture.sh rename to deprecated/cw/test_capture.sh diff --git a/jupyter/markers_25M.npy b/deprecated/jupyter/markers_25M.npy similarity index 100% rename from jupyter/markers_25M.npy rename to deprecated/jupyter/markers_25M.npy diff --git a/jupyter/otbn_attack_100M.ipynb b/deprecated/jupyter/otbn_attack_100M.ipynb similarity index 100% rename from jupyter/otbn_attack_100M.ipynb rename to deprecated/jupyter/otbn_attack_100M.ipynb diff --git a/jupyter/otbn_attack_25M.ipynb b/deprecated/jupyter/otbn_attack_25M.ipynb similarity index 100% rename from jupyter/otbn_attack_25M.ipynb rename to deprecated/jupyter/otbn_attack_25M.ipynb diff --git a/jupyter/otbn_find_bits.ipynb b/deprecated/jupyter/otbn_find_bits.ipynb similarity index 100% rename from jupyter/otbn_find_bits.ipynb rename to deprecated/jupyter/otbn_find_bits.ipynb diff --git a/jupyter/otbn_traces.ipynb b/deprecated/jupyter/otbn_traces.ipynb similarity index 100% rename from jupyter/otbn_traces.ipynb rename to deprecated/jupyter/otbn_traces.ipynb