I want to gerate a random function from GF(2)4 to GF(2)4. So my function takes 4 bit input value and 4 bit output value. Also how to define if my function is say f(x1,x2,x3,x4)=(x1⊕x2,x3,x4,x1)?
![]() | 1 | initial version | |
I want to gerate a random function from GF(2)4 to GF(2)4. So my function takes 4 bit input value and 4 bit output value. Also how to define if my function is say f(x1,x2,x3,x4)=(x1⊕x2,x3,x4,x1)?
![]() | 2 | None |
I want to gerate generate a random function from GF(2)4 to GF(2)4. So my function takes 4 bit input value and 4 bit output value. Also how to define if my function is say
f(x1,x2,x3,x4)=(x1⊕x2,x3,x4,x1)?