Open-CP / OCP

Open Cryptanalysis Platform
MIT License
0 stars 0 forks source link

create attack.py file #5

Open thomaspeyrin opened 5 days ago

thomaspeyrin commented 5 days ago

We need to create a attack.py file, so we can define there the various attack scenario and generate the models accordingly. For example one attack can be:

def differential_path_search(primitive, number of rounds, model_type):

ChunningZhou commented 2 days ago

I have created the attack.py file, which includes functionality for searching single-key differential trails using MILP and SAT methods. The functions within it will be further developed and completed later.