factorization - How to find a prime q such that it divides prime p-1? -



factorization - How to find a prime q such that it divides prime p-1? -

i find prime q such divides prime p-1

e.g. p=23 (prime) q|p-1 = 11|22

are there formula doing if prime p not safe prime?

divide factorization

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -