https://github.com/jiegec/miller-rabin
Naive implementations of Miller-Rabin algorithm
https://github.com/jiegec/miller-rabin
miller-rabin-test
Last synced: 28 days ago
JSON representation
Naive implementations of Miller-Rabin algorithm
- Host: GitHub
- URL: https://github.com/jiegec/miller-rabin
- Owner: jiegec
- License: mit
- Created: 2020-06-04T04:03:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-18T05:07:15.000Z (over 3 years ago)
- Last Synced: 2025-04-01T17:09:31.454Z (about 2 months ago)
- Topics: miller-rabin-test
- Language: Rust
- Homepage:
- Size: 19.5 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# miller-rabin
Miller-Rabin 算法的实现和测试。
**如果你选修清华大学计算机系相关课程,并且正在做与本仓库相同的作业,请先自己实现后再参考。在课程允许参考的前提下,参考本仓库后,务必在 README 和代码注释中记录参考本仓库的内容。**
## License
见 LICENSE。