What is the fastest deterministic primality test for numbers in the range 2^1024 to 2^4096?

后端 未结 3 1289
难免孤独
难免孤独 2021-02-01 19:13

I am writing an implementation of a cryptography protocol. So far I\'ve been having a difficult time finding the fastest deterministic primality test for 1024-bit to 4096-bit i

3条回答
  •  逝去的感伤
    2021-02-01 19:52

    This article is answering your question:

    PRIMALITY TESTING by Richard P. Brent: http://cs.anu.edu.au/student/comp4600/lectures/comp4600_primality.pdf

    It compares in complexity and in "real world speed" the 3 algorithms.

提交回复
热议问题