nv0skar / csidh_but_serde

A pure Rust CSIDH implementation. This is for research purposes only!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pure Rust CSIDH Implementation (feat. Serde)

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.

About

A pure Rust CSIDH implementation. This is for research purposes only!

License:MIT License


Languages

Language:Rust 100.0%