-
Notifications
You must be signed in to change notification settings - Fork 11
Develop #314
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
Open
peacker
wants to merge
69
commits into
main
Choose a base branch
from
develop
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This feature implements a heuristic to compute truncated xor differential trails using on ARX ciphers using SAT techniques.
This feature implements a heuristic to compute truncated xor differential trails using on ARX ciphers using SAT techniques.
Adding cost objective on SAT model
Adding tests to check Sat Truncated Deterministic Model. Specifically, adding tests for ChaCha, Speck.
…ility_rating Fix: 6 reliability issues by SonarCloud
|
The SKINNY block cipher was not correct. It has now been refactored and the 64-64 version is working.
…n) internally and convert output to GF(2)
FEAT/Add: Highs external solver
…in generic_functions.py for reuse in fsr_component.py to avoid duplication
Previously, the code generator module hardcoded the return statement when evaluating the inverse of a cipher. Specifically, it checked for the existence of a component with the ID plaintext to generate a return line using that value. However, since users may rename component IDs, this hardcoded check was causing errors in the vectorized evaluation module. This issue has now been fixed.
This model allows searching for high-order distinguishers of the form: λ(f(x + a) ⊕ f(x) ⊕ f(y) ⊕ f(y + a)) = 0, where f is a vectorial Boolean function and x, y, a ∈ F₂ⁿ, and λ is a linear mask applied to the output. - Combines XOR differential and linear propagation models - Supports fixed input/output constraints - Adds method: find_one_shared_difference_paired_input_differential_linear_trail_with_fixed_weight - Includes usage example with Speck cipher and ChaCha permutation
…airedInputDifferentialLinearModel
Refactoring model to allow different type of models in the middle part in advance.
Refactoring model to allow different type of models in the middle part in advance.
Updating raise exception according to Sonar message "Raised Exceptions must derive from BaseException python:S5632"
High order differential linear
Semi deterministic model
|
FEATURE/Add: Gaston permutation with Theta layer
Realign main and develop
…ring FSR component evaluation
…omial_from_word_polynomial_index_list from generic_functions.py to fsr_component.py for modularity
…inary polynomials in GF(2^w)
…al_memory_usage Fix/optimize fsr component eval memory usage
FIX/Change: unify Docker images
Feature/add baksheesh cipher
Fix/nn test optimisations
Fix SAT parsing model solution
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.