All Questions
1 question
-1
votes
1
answer
89
views
How to XOR Hex ByteArray Elements [closed]
I'm trying to XOR all the elements in a bytearray, and generate the resulting checksum value in Hex. Finally, l will append the result to form a new bytearray. Sorry, I'm rusty in python now.
XorMath =...