dkales / clusterfk

GUI tool for exploring semi-truncated differential characteristics of tweakable block ciphers.
MIT License
4 stars 2 forks source link

Use sets instead of lists for state differences everywhere #1

Closed dkales closed 6 years ago

dkales commented 6 years ago

Atm, the states store their possible differences as lists. It would be better to always use sets, since we often convert the lists to sets anyway to perform set intersections.