Skip to content
forked from patnashev/prst

PRST is a primality testing utility written in C++.

Notifications You must be signed in to change notification settings

stream1972/prst

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PRST

PRST is a primality testing utility written in C++.

Usage: PRST {"K*B^N+C" | "N!+C" | "N#+C" | "N"} <options>
Options: -log {debug | info | warning | error}
         -t <threads>
         -spin <threads>
         -time [write <sec>] [progress <sec>]
         -fft+1
         -fft [+<inc>] [safety <margin>] [info]
         -cpu {SSE2 | AVX | FMA3 | AVX512F}
         -fermat [a <a>]
         -proof {save <count> | build <count> [security <seed>] [roots <depth>] | cert {<name> | default}} [name <proof> <product> [{<cert> | default}]]
         -check [{near | always| never}] [strong [count <count>] [L <L>]]

About

PRST is a primality testing utility written in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.3%
  • Other 0.7%