problem port .... :(
Posted: Tue Jul 12, 2022 11:52 am
Hi !!
first of all, thank you...
Some time ago I saw a code in gist of a Des3
I have basic level knowledge in python but I encounter the following problem in this line :
first of all, thank you...
Some time ago I saw a code in gist of a Des3
I have basic level knowledge in python but I encounter the following problem in this line :
Code: Select all
if _pythonMajorVersion < 3:
return ''.join(result)
else:
return bytes.fromhex('').join(result)