.gitignore
.readthedocs.yml
CHANGELOG.rst
COPYING
DEVELOP.rst
Dockerfile
MANIFEST.in
Makefile
README.rst
build_openblas.bat
build_wheel.sh
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/source/DEVELOP.rst
docs/source/scalib.attacks.rst
docs/source/scalib.metrics.rst
docs/source/scalib.modeling.rst
docs/source/scalib.postprocessing.rst
examples/aes_simulation/README.rst
examples/aes_simulation/main.py
examples/aes_simulation/utils.py
src/scalib/__init__.py
src/scalib/version.py
src/scalib.egg-info/PKG-INFO
src/scalib.egg-info/SOURCES.txt
src/scalib.egg-info/dependency_links.txt
src/scalib.egg-info/not-zip-safe
src/scalib.egg-info/requires.txt
src/scalib.egg-info/top_level.txt
src/scalib/attacks/__init__.py
src/scalib/attacks/sascagraph.py
src/scalib/metrics/__init__.py
src/scalib/metrics/snr.py
src/scalib/metrics/ttest.py
src/scalib/modeling/__init__.py
src/scalib/modeling/ldaclassifier.py
src/scalib/postprocessing/__init__.py
src/scalib/postprocessing/rankestimation.py
src/scalib_ext/.gitignore
src/scalib_ext/Cargo.lock
src/scalib_ext/Cargo.toml
src/scalib_ext/ranklib/Cargo.toml
src/scalib_ext/ranklib/build.rs
src/scalib_ext/ranklib/fuzz/.gitignore
src/scalib_ext/ranklib/fuzz/Cargo.toml
src/scalib_ext/ranklib/fuzz/fuzz_targets/rank2vsnaive_2.rs
src/scalib_ext/ranklib/src/aes.cpp
src/scalib_ext/ranklib/src/aes.h
src/scalib_ext/ranklib/src/bignumpoly.cpp
src/scalib_ext/ranklib/src/bignumpoly.h
src/scalib_ext/ranklib/src/hel_enum.cpp
src/scalib_ext/ranklib/src/hel_enum.h
src/scalib_ext/ranklib/src/hel_execute.cpp
src/scalib_ext/ranklib/src/hel_execute.h
src/scalib_ext/ranklib/src/hel_histo.cpp
src/scalib_ext/ranklib/src/hel_histo.h
src/scalib_ext/ranklib/src/hel_if.cpp
src/scalib_ext/ranklib/src/hel_if.h
src/scalib_ext/ranklib/src/hel_init.cpp
src/scalib_ext/ranklib/src/hel_init.h
src/scalib_ext/ranklib/src/hel_struct.h
src/scalib_ext/ranklib/src/hel_util.cpp
src/scalib_ext/ranklib/src/hel_util.h
src/scalib_ext/ranklib/src/histogram.rs
src/scalib_ext/ranklib/src/lib.rs
src/scalib_ext/ranklib/src/main.cpp
src/scalib_ext/ranklib/src/main_example.cpp
src/scalib_ext/ranklib/src/rank.rs
src/scalib_ext/ranklib/src/score_example_data.rs
src/scalib_ext/ranklib/src/scores_example.cpp
src/scalib_ext/ranklib/src/scores_example.h
src/scalib_ext/ranklib/src/scores_example_data.cpp
src/scalib_ext/ranklib/src/top.cpp
src/scalib_ext/scalib/Cargo.toml
src/scalib_ext/scalib-py/Cargo.toml
src/scalib_ext/scalib-py/build.rs
src/scalib_ext/scalib-py/src/lib.rs
src/scalib_ext/scalib/benches/belief_propagation.rs
src/scalib_ext/scalib/src/belief_propagation.rs
src/scalib_ext/scalib/src/lda.rs
src/scalib_ext/scalib/src/lib.rs
src/scalib_ext/scalib/src/snr.rs
src/scalib_ext/scalib/src/ttest.rs
tests/test_lda.py
tests/test_postprocessing.py
tests/test_sascagraph.py
tests/test_snr.py
tests/test_ttest.py