Crates.io | csidh |
lib.rs | csidh |
version | 0.5.0 |
source | src |
created_at | 2024-04-30 16:56:13.151616 |
updated_at | 2024-09-15 14:23:14.527027 |
description | Pure Rust implementation of the CSIDH cryptographic algorithm for secret key exchange. Provides a no_std-friendly implementation. Not constant-time yet. |
homepage | |
repository | https://github.com/TitouanReal/csidh |
max_upload_size | |
id | 1225248 |
size | 63,908 |
Pure Rust implementation of the CSIDH cryptographic algorithm for secret key exchange. Provides a no_std-friendly implementation. Not constant-time yet.
CSIDH-512, CSIDH-1024 and CSIDH-1792 are available. Custom parameters are also supported.
The current implementation is far from being as fast as the state of the art implementations. Work is underway to improve its efficiency.
This project is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in csidh
by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.