OpenSecEd / appliedcrypto

Learning module for Applied Cryptography
5 stars 0 forks source link

Don't use both \oplus and "mod 2" at the same time #37

Open dbosk opened 4 years ago

dbosk commented 4 years ago

Explain that \oplus is xor. Also ensure it's clear what \oplus means so that we don't need to specify \mod 2 at the same time.