solvatore icon indicating copy to clipboard operation
solvatore copied to clipboard

apply_MC doesn't work for temporary variables

Open hadipourh opened this issue 7 years ago • 0 comments

I found it useful for integral cryptanalysis, especially for ARX based algorithms, but it has some technical limitation which could be solved. Bellow, I point to one of them. Let's say you want to analyze a cipher which in the matrix layer is not performed on state variables "si"s and it operates on the temporary variables "ti"s. in the current version the apply_MC function is only applicable for state variables.

hadipourh avatar Nov 09 '18 18:11 hadipourh