When I implement ElGamal digital signature, I encounter a problem when I try to verify the signature.
v2 = (pow(y_a,s1)*pow(s1,s2))%q
y_a,s1,