from ciphers.present import class_present from ciphers.lblock import class_lblock '''' param cipher: a bloch cipher class ''' cipher = class_present() # cipher = class_lblock() ''' param goal: goal = DC: search for the best differential characteriatic ''' goal = "DC"