Here is a DLP exercice
$g = 51234,\; h = 90403 ,\; N = 311 \cdot 359 = 111649$.
Define $r$ as the smallest positive integer with $g^r \equiv h \pmod N$.
Define $s$ as the smallest positive integer with $h^s \equiv g \pmod N$.
(Here, $r=33497$ and $s=27663$ ).
Questions:
If one looses some bits of $(r,s)$ can they be recovered? (do not use brute-force attack)
In other words: with the following information:
$\quad g=51234,\; h=90403,\; N=311 \cdot 359 = 111649\\ \quad r=3@497,\; s=276@3$
how can one recover the missing digits '$@$' ?
Editor's note: It emerged this is part of a complete problem.
The original statement is ambiguous about the minimality of $s$, has a typo in the value of $N$, and uses $\mathrm{gr}$ and $\mathrm{hr}$ where there is now $r$ and $s$, per the notation in this answer.