An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# miller-rabin

Miller-Rabin 算法的实现和测试。

**如果你选修清华大学计算机系相关课程,并且正在做与本仓库相同的作业,请先自己实现后再参考。在课程允许参考的前提下,参考本仓库后,务必在 README 和代码注释中记录参考本仓库的内容。**

## License

见 LICENSE。