A pure Rust CSIDH implementation. This is for research purposes only! Patched for CSIDH-OMR use (Downstream fork of TheNeikos/csidh on GitHub)
- Rust 100%
| src | Update to re-use ECDH-OMR terminology | |
| .gitignore | Add montgomery arithmetic | |
| Cargo.lock | Dependency bump | |
| Cargo.toml | Dependency bump | |
| LICENSE | Polish library | |
| README.md | Polish library | |
Pure Rust CSIDH Implementation
This repo is an implementation of the CSIDH algorithm, as described in the paper here: CSIDH Paper
IT IS NOT CRYPTOGRAPHICALLY SECURE, VERIFIED IN ANY WAY, OR EVEN CONSTANT TIME DO NOT USE IT IN ANY OTHER PURPOSE THAN FOR RESEARCH AND LEARNING
The code itself is released under an MIT License.