August Karlstrom
2019-09-28 12:19:38 UTC
I'm trying to implement the tiny encryption algorithm (TEA) in Oberon
(latest revision). However, I can't find a way to perform bitwise XOR
(exclusive or) on integers. I know that for sets the symmetric
difference can be calculated using / but there is no way to convert an
integer to a set. Any clues?
https://en.wikipedia.org/wiki/Tiny_Encryption_Algorithm
https://www.miasap.se/obnc/oberon-report.html
-- August
(latest revision). However, I can't find a way to perform bitwise XOR
(exclusive or) on integers. I know that for sets the symmetric
difference can be calculated using / but there is no way to convert an
integer to a set. Any clues?
https://en.wikipedia.org/wiki/Tiny_Encryption_Algorithm
https://www.miasap.se/obnc/oberon-report.html
-- August