cf
Field.
__rxor__
The binary bitwise operation ^ with reflected operands
^
x.__rxor__(y) <==> y^x
cf.Field.__ror__
cf.Field.__rlshift__