Homework Statement
Given some ElGamal private key, and an encrypted message, decrypt it.
Homework Equations
Public key (F_q, g, b)
Private key a such that b=g^a
Message m encrypted so that r=g^k, t=mb^k
Decrypt: tr^-a = m
The Attempt at a Solution
My problem is finding r^-a...