Home
last modified time | relevance | path

Searched defs:xorstring (Results 1 – 2 of 2) sorted by relevance

/dports/irc/hexchat-fish/fishlim-f952f6f21f6b7786e10d06a5ca90749f6e9f1f40/python/
H A Dirccrypt.py144 def xorstring(a, b, blocksize): # Slow. function
/dports/irc/py-fishcrypt/py-fishcrypt-43554b1a/
H A Dfishcrypt.py303 from Crypto.Util.strxor import strxor as xorstring unknown
306 def xorstring(a, b): # Slow. function