In discussing how I'd handle various I/O mediums in my hypothetical string-centric computer... I've mentioned the need for a cryptography a couple times! So how'd I handle this?
Many modern symmetric ciphers & hash functions use a mix of addition, bit-rotate, & XOR operations. Since knowing XOR's output still leaves the input probabilities at 50%-50%! Addition & rotation spreads this uncertainty out.
So a bare-bones "Arithmetic Core" coprocessor *with* a barrel shifter can handle these.
1/3?