Searched defs:xorstring (Results 1 – 2 of 2) sorted by relevance
144 def xorstring(a, b, blocksize): # Slow. function
303 from Crypto.Util.strxor import strxor as xorstring unknown306 def xorstring(a, b): # Slow. function