MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
scared/__init__.py
scared/__version__.py
scared/_utils.py
scared/container.py
scared/discriminants.py
scared/models.py
scared/synchronization.py
scared/ttest.py
scared.egg-info/PKG-INFO
scared.egg-info/SOURCES.txt
scared.egg-info/dependency_links.txt
scared.egg-info/not-zip-safe
scared.egg-info/requires.txt
scared.egg-info/top_level.txt
scared/aes/__init__.py
scared/aes/base.py
scared/aes/selection_functions/__init__.py
scared/aes/selection_functions/decrypt.py
scared/aes/selection_functions/encrypt.py
scared/analysis/__init__.py
scared/analysis/_analysis.py
scared/analysis/base.py
scared/analysis/template.py
scared/des/__init__.py
scared/des/base.py
scared/des/selection_functions/__init__.py
scared/des/selection_functions/decrypt.py
scared/des/selection_functions/encrypt.py
scared/distinguishers/__init__.py
scared/distinguishers/base.py
scared/distinguishers/cpa.py
scared/distinguishers/dpa.py
scared/distinguishers/mia.py
scared/distinguishers/partitioned.py
scared/distinguishers/template.py
scared/preprocesses/__init__.py
scared/preprocesses/_base.py
scared/preprocesses/first_order.py
scared/preprocesses/high_order/__init__.py
scared/preprocesses/high_order/_base.py
scared/preprocesses/high_order/standard.py
scared/preprocesses/high_order/time_freq.py
scared/selection_functions/__init__.py
scared/selection_functions/base.py
scared/signal_processing/__init__.py
scared/signal_processing/_c_find_peaks.c
scared/signal_processing/_c_find_peaks.pyx
scared/signal_processing/base.py
scared/signal_processing/filters.py
scared/signal_processing/frequency_analysis.py
scared/signal_processing/moving_operators.py
scared/signal_processing/pattern_detection.py
scared/signal_processing/peaks_detection.py
tests/distinguishers/__init__.py
tests/distinguishers/test_distinguishers.py
tests/distinguishers/test_partitioned_distinguishers.py
tests/end_to_end/__init__.py
tests/end_to_end/test_e2e_anova.py
tests/end_to_end/test_e2e_cpa.py
tests/end_to_end/test_e2e_dpa.py
tests/end_to_end/test_e2e_nicv.py
tests/end_to_end/test_e2e_snr.py
tests/end_to_end/test_xe2e_mia.py
tests/preprocesses/__init__.py
tests/preprocesses/test_preprocess_decorator.py
tests/preprocesses/test_preprocesses_absolute_difference_combination.py
tests/preprocesses/test_preprocesses_centered_product.py
tests/preprocesses/test_preprocesses_difference_combination.py
tests/preprocesses/test_preprocesses_product_combination.py
tests/preprocesses/test_preprocesses_simple.py
tests/preprocesses/test_preprocesses_timefreq.py
tests/signal_processing/__init__.py
tests/signal_processing/test_base.py
tests/signal_processing/test_filters.py
tests/signal_processing/test_frequency_analysis.py
tests/signal_processing/test_moving_operators.py
tests/signal_processing/test_pattern_detection.py
tests/signal_processing/test_peaks_detection.py