The reason of using XOR operation in cryptographic algorithms
I notice that some cryptographic algorithms involve using XOR operation with the key (Even AES uses XOR to derive the round keys). My question is why specifically XOR? How about OR or NAND or some other logic operation. I bel… Continue reading The reason of using XOR operation in cryptographic algorithms