well im not sure if this is posible but i want to ask for sure if i can reverse the process of the creation of this 2 values that generate the uint8_t B[32]:confused::confused::confused:
Code:================================================ b.SetRand(19 * 8); BigNumber gmod = g.ModExp(b, N); B = ((v * 3) + gmod) % N; ================================================