Discrete logarithms

Discrete logarithms

TL;DR: Given g, h, p find x such that g^x ≡ h mod p. Pohlig-Hellman, baby-step giant-step are the CTF tools.

Stub — to be filled in.

What it is

TODO

Preconditions / where it applies

TODO

Technique

TODO

Detection and defence

TODO

References

  • TODO