Showing 3 open source projects for "miller rabin"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 1

    64-bit prime test

    Test 64-bit integers for pribality. Miller-Rabin, Lucas. BPSW

    The code here tests 64-bit integers for primality. For 32-bit values it uses hashing and then a single Miller-Rabin test. As values get larger it uses up to two more Miller Rabin rounds, and at the end it uses BPSW (which is one rould of Miller Rabin and then one of Lucas). Compared to other codes that achieve the same I believe that the hash tables used here are compact, and both the programs and the intermediate data used to create them are provided. This may be of interest just to people...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Photon4K

    32768-bit symmetric-key encryption, fully-functional development CLI

    ... quantum and conventional computing resources reported on often by the mainstream tech press. Unlike more simple algorithms, Photon4K leverages multiple layers of randomization techniques including: - Static random data (256KB) - Static random prime data (32,768 64bit primes) - Numerous iterations of randomization - Blum-Blum-Shub generated pseudorandom data - Miller-Rabin [Probabilistic] Primality Test on very large pseudorandom generated integers - Scratch-written BigInteger Library
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Implementation of the Miller-Rabin prime number test in Java
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next