To encrypt a byte, we xor this pseudo-random byte with the byte we want to encrypt.
对一个字节进行加密,我们对伪随机字节和要加密的字节进行异或运算。
2
In tests, they modeled a DNA version of an XOR logic gate that generates an output when one of two inputs is present, but not when both or neither is present.