Public: y^2 = x^3 + 11x + 19 (mod 167) and the point (2,7). ---------(I)
Alice and Bob each must randomly select their own secret multipliers. Suppose Alice selects A = 15 and Bob selects B = 22. Then Alice computes
A(2,7) = 15(2,7) = (102,88),
where all arithmetic is done on the curve in equation (i). Alice sends her computed result to Bob. Bob computes
B(2,7) = 22(2,7) = (9,43),
which he sends to Alice. Now Alice multiplies the value she received from Bob by her secret multiplier A, that is, A(9,43) = 15(9,43) = (131,140).
Similarly, Bob computes B(102,88) = 22(102,88) = (131,140)
Here how to get A for (102,88) and B for (9,43)??