Given prime p, integers x and y where both x,y<p and x≠y, is there an efficient way to find nontrivial coefficients a,b where a,b<√p such that
ax−by≡0modp
Further, assume that we are told that such a pair a,b exists; the question is, what's the best way to find them?
If there is no efficient (non-brute force) method, then assume we have many such pairs aixi−ajyj≡0modp where the ai,aj are known to exist for their respective xi,yj pairs, and are bounded by √p as above; is there an efficient way to find at least one satisfying pair ai,aj?
No comments:
Post a Comment