RE: Elemental Subset Sum Problem
You are viewing a single comment's thread:
Consider.
gcd(N, p) = 1 ⇒ NΦ(p) mod p = 1 by Euler's theorem
gcd(N, p) ≠ 1, N = pb ∙ a, pb ≡ 0 mod p ⇒ NΦ(p) mod p = 0
Hope this helps
0
0
0.000
0 comments