Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #203

Merged
merged 106 commits into from
Mar 21, 2024
Merged
Changes from 2 commits
Commits
Show all changes
106 commits
Select commit Hold shift + click to select a range
7193478
Fixing tests
juaninf Mar 5, 2024
d2eaf35
Merge branch 'develop' into differential_checker_test_for_speck
juaninf Mar 5, 2024
6ea1f40
FIX: Typo in show() method of Report class
p-huynh Mar 7, 2024
5057af1
Added cast to int to fix issue where the functions are called with sa…
Mar 7, 2024
5e54675
updated report class with QoL changes
MFormenti Mar 7, 2024
aead137
updated report class with QoL changes
MFormenti Mar 7, 2024
07fdc4d
Merge pull request #179 from Crypto-TII/fix/integer_cast_issue
peacker Mar 7, 2024
f0cc095
updated report class with QoL changes
MFormenti Mar 7, 2024
7126c36
updated report class with QoL changes
MFormenti Mar 7, 2024
983f93f
updated report class with QoL changes
MFormenti Mar 7, 2024
04ca5ec
updated report class with QoL changes
MFormenti Mar 8, 2024
32bec6b
Merge pull request #181 from Crypto-TII/differential_checker_test_for…
peacker Mar 8, 2024
8dff6b7
Merge pull request #178 from Crypto-TII/fix/trail_printing_in_report_…
peacker Mar 8, 2024
e7606ec
updated report class with QoL changes
MFormenti Mar 8, 2024
e0c5cf4
updated report class with QoL changes
MFormenti Mar 8, 2024
2604229
Merge branch 'develop' into fix/quality_of_life_improvements
MFormenti Mar 8, 2024
ee846e4
Merge pull request #180 from Crypto-TII/fix/quality_of_life_improvements
peacker Mar 8, 2024
3ecf30b
Refactor: refactor StatisticalTests class to NISTStatisticalTests class
Mar 8, 2024
71233fa
Refactor: refactor methods in DieharderTests from public to private
Mar 8, 2024
80066c9
Fix: adding '.txt' extension for the temporarily file used by numpy.t…
Mar 8, 2024
b74067a
display xor components, and nicer display of the radar charts
SiMohamedRachidi Mar 8, 2024
1085092
Merge pull request #185 from Crypto-TII/fix/rename_nist_statistical_t…
peacker Mar 8, 2024
221bfb6
Merge pull request #186 from Crypto-TII/fix_ascon_component_analysis
peacker Mar 8, 2024
4473624
fixed polynomial generation of moddadd based ciphers and algberaic te…
Mar 8, 2024
298ce82
added some error messages for components whose polynomial generation …
Mar 9, 2024
668e8d3
fix a test timeout limit
Mar 9, 2024
df0f4be
removed some redundant lines
Mar 9, 2024
5f9e639
polished code to improve the coverage
Mar 10, 2024
da12ae2
Merge pull request #187 from Crypto-TII/fix/poly-gen-modadd-based-cip…
peacker Mar 10, 2024
f2565f9
FIX:Fixed typo in dieharder_statistical_tests
MFormenti Mar 11, 2024
2c2d5e6
Merge pull request #188 from Crypto-TII/fix/fix-dieharder-file-extension
peacker Mar 11, 2024
b8092ef
Change: SMT trail enumeration for Xor Linear module
p-huynh Mar 11, 2024
75735f9
FEATURE/Change: default setting for XOR Linear and XOR Differential t…
p-huynh Mar 11, 2024
d0d5707
FIX:reworked test outputs to include cipher object. changed str repre…
MFormenti Mar 12, 2024
c07db7f
removed cipher from report class creator
MFormenti Mar 12, 2024
fcfbdff
removed cipher from report class creator
MFormenti Mar 12, 2024
bd2f752
FIX/Fix: XOR linear trail search for SMT
ale-depi Mar 12, 2024
2d77047
refactored pytests
MFormenti Mar 12, 2024
4b86828
Fix/Minizinc auxiliary file accessible from user space
p-huynh Mar 12, 2024
e32c420
Add original prefix back
p-huynh Mar 12, 2024
0212372
FEATURE/Change: default setting for XOR Linear and XOR Differential t…
p-huynh Mar 11, 2024
6043d79
Merge remote-tracking branch 'origin/fix/change_default_trail_search_…
p-huynh Mar 12, 2024
755b4bd
refactored pytests
MFormenti Mar 12, 2024
722399e
FEATURE/Add: Adding minizinc flags
juaninf Mar 12, 2024
e02e72e
Adding support for flags number of processors and time-limit to CP model
juaninf Mar 12, 2024
83c02c2
refactored pytests
MFormenti Mar 12, 2024
25e6f75
Merge pull request #192 from Crypto-TII/fix/minizinc_auxiliary_file_i…
peacker Mar 12, 2024
3727cec
Merge pull request #189 from Crypto-TII/fix/smt_xor_linear_trail_enum…
peacker Mar 12, 2024
c5f6d48
refactored pytests
MFormenti Mar 13, 2024
81dbe7b
updated benchmark tests
MFormenti Mar 13, 2024
d372d64
updated benchmark tests
MFormenti Mar 13, 2024
d8db997
added algebraic polynomial generation for modsub component
Mar 13, 2024
b69a961
Merge branch 'develop' into feat/algberaic_polynomial_generation_mods…
Mar 13, 2024
d4e8736
updated benchmark tests
MFormenti Mar 13, 2024
fb081ae
updated pytests
MFormenti Mar 13, 2024
fa184c7
updated pytests
MFormenti Mar 13, 2024
b078dd8
updated pytests
MFormenti Mar 13, 2024
67d6ecc
updated dieharder tests
MFormenti Mar 13, 2024
06ec0af
FEATURE/Change: default setting for XOR Linear and XOR Differential t…
p-huynh Mar 11, 2024
529e369
Changed examples
p-huynh Mar 13, 2024
e71b756
Merge remote-tracking branch 'origin/fix/change_default_trail_search_…
p-huynh Mar 13, 2024
24efff3
updated statistical tests
MFormenti Mar 14, 2024
c41ec9a
fixed code duplication
MFormenti Mar 14, 2024
268b8ea
added the output of the doctest example
Mar 14, 2024
8e5a50a
fixed code duplication
MFormenti Mar 14, 2024
282689a
fixed code duplication
MFormenti Mar 14, 2024
d85c57e
fixed code duplication
MFormenti Mar 14, 2024
9daaff6
changed parameter timeout to timeout_in_seconds in algebraic tests
Mar 14, 2024
108b651
changed parameter timeout to timeout_in_seconds in report_test.py
Mar 14, 2024
6a8027a
Fixing Docker as a Remote Interpreter docs
juaninf Mar 14, 2024
f491351
fixed code duplication
MFormenti Mar 14, 2024
2b7a0af
Merge pull request #197 from Crypto-TII/fix/change_parameter_timeout_…
peacker Mar 15, 2024
b8ce88a
Merge branch 'develop' into fix/remove-cipher-from-report-class
MFormenti Mar 15, 2024
5c80861
Merge pull request #193 from Crypto-TII/adding_num_proc_and_timelimit…
peacker Mar 15, 2024
3d952ca
fixed algebraic tests
MFormenti Mar 15, 2024
84ae30f
resolved conflicts with develop
Mar 15, 2024
cfb29eb
resolved conflicts with develop branch
Mar 15, 2024
9073d41
fixed report pytests
MFormenti Mar 15, 2024
0ab79cd
Merge pull request #196 from Crypto-TII/feat/algebraic_polynomial_gen…
peacker Mar 15, 2024
f125ff5
fixed pytests and statistical tests graphs
MFormenti Mar 15, 2024
2b58f29
Merge branch 'develop' into fix/remove-cipher-from-report-class
MFormenti Mar 15, 2024
b39944e
fixed pytests
MFormenti Mar 15, 2024
477354e
fixed pytests
MFormenti Mar 15, 2024
2116ff0
Merge remote-tracking branch 'origin/fix/remove-cipher-from-report-cl…
MFormenti Mar 15, 2024
633a257
fixed pytests
MFormenti Mar 15, 2024
4dba587
Merge pull request #195 from Crypto-TII/fix/remove-cipher-from-report…
peacker Mar 15, 2024
c8c794d
Merge branch 'develop' into fix/change_default_trail_search_behavior
p-huynh Mar 19, 2024
3903d0d
Merge branch 'develop' into fix/change_default_trail_search_behavior
p-huynh Mar 19, 2024
d1d68cd
Merge remote-tracking branch 'origin/fix/change_default_trail_search_…
p-huynh Mar 19, 2024
1bf45a3
Merge pull request #198 from Crypto-TII/fix_README_remote_python_inte…
peacker Mar 19, 2024
2ff651f
Merge branch 'develop' into fix/change_default_trail_search_behavior
p-huynh Mar 19, 2024
0cd2b1f
Merge branch 'develop' into fix/change_default_trail_search_behavior
p-huynh Mar 19, 2024
34eaa51
Merge remote-tracking branch 'origin/fix/change_default_trail_search_…
p-huynh Mar 19, 2024
1c0301c
FIX/XOR-Linear trail enumeration for MILP,SAT and SMT
p-huynh Mar 19, 2024
dcf45cc
Replace pytest with faster one
p-huynh Mar 19, 2024
17003bc
Merge pull request #190 from Crypto-TII/fix/change_default_trail_sear…
peacker Mar 19, 2024
0c62899
Merge pull request #199 from Crypto-TII/fix/xor_linear_enumeration
peacker Mar 19, 2024
f785037
updated benchmark tests to new api
peacker Mar 19, 2024
83fa697
updated benchmark tests as in main
peacker Mar 19, 2024
d3747be
updated statistical tests benchmark with new api
peacker Mar 19, 2024
2e0ee5e
removed continuous diffusion and neural blackbox tests from benchmarks
peacker Mar 20, 2024
edd2cbd
removed continuous diffusion and neural blackbox tests from benchmarks
peacker Mar 20, 2024
675618a
renamed class StatisticalTests to class NISTStatisticalTests
peacker Mar 20, 2024
976f531
update statistical tests benchmark with new api
peacker Mar 20, 2024
2707656
updated nist statistical tests class in report class
peacker Mar 20, 2024
f3a6da6
Merge branch 'main' into develop
peacker Mar 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

These merge commits were added into this branch cleanly.

There are no new changes to show.