5
1
Fork
You've already forked csidh
0
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%
2024年05月03日 15:22:02 -04:00
src Update to re-use ECDH-OMR terminology 2024年05月03日 15:22:02 -04:00
.gitignore Add montgomery arithmetic 2018年12月31日 13:48:14 +01:00
Cargo.lock Dependency bump 2024年05月03日 15:22:02 -04:00
Cargo.toml Dependency bump 2024年05月03日 15:22:02 -04:00
LICENSE Polish library 2019年01月12日 10:31:00 +01:00
README.md Polish library 2019年01月12日 10:31:00 +01:00

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.