jiegec / miller-rabin

Naive implementations of Miller-Rabin algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

miller-rabin

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

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

License

见 LICENSE。

About

Naive implementations of Miller-Rabin algorithm

License:MIT License


Languages

Language:Rust 77.2%Language:Python 19.8%Language:Shell 3.1%