Hello,

I implemented the xor and other binary functions. It was simple you have 2 inputs (1 or 0) and aim the desired function depending on the inputs

for example

{1 1 0
1 0 1
0 1 1
...