Name of this property? F(A^B^C) = F(A)^F(B)^F(C)



A whide class of functions have the property that
for any 3 inputs A, B, C

F(A^B^C) = F(A)^F(B)^F(C)

Is there a name for this property, or this class of functions?

This class is a superset of the class of functions such that
for any 2 inputs A, B

F(A^B) = F(A)^F(B)


Note: the first (but not the second) class includes all CRCs
for messages of fixed size, regardless of details such as order
of bits in input and output, initialization and finalization
of the CRC. This gives a simple test to either disprove that
a given funtion is built from CRCs and bit selection/XOR, or
compute it without full reverse-engineering.


François Grieu
.