How to solve 2 equations with two variables when functions are involved and data is in bits ?
Equation 1:
f +i + constant data =reed solomon function (h+contant data)
Equation 2:
h +i + constant data = reed solomon function ( f + constant data)
where f,h,i are bits (boolean array) and constant data are also bits (boolean array) Constant data is known
left hand side is 56 bits right hand side (inside function ) is 152 bits
tried brute force approach but it takes forever and does not work .
hint i found online : have to use gaussian elimination method but not sure of this approach