An implementation of algorithms for prime generation and primality testing:
- Miller-Rabin
- BSL 1.1
- Commercial licensing is available
Copyright (c) Jeffrey Hohenstein jeffrey.hohenstein@gmail.com
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.
- 1 Katz, Jonathan, and Yehuda Lindell. Introduction to Modern Cryptography. 3rd ed. New York: Chapman and Hall/CRC, 2020. https://doi.org/10.1201/9781351133036.
- 2 RustCrypto