# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.78" name = "csidh" version = "0.4.0" authors = ["Titouan Real "] description = """ Pure Rust implementation of the CSIDH cryptographic algorithm for secret key exchange. Provides a no_std-friendly implementation. Not constant-time yet.""" readme = "README.md" keywords = [ "crypto", "elliptic-curve", "isogeny", "csidh", "quantum", ] categories = [ "cryptography", "no-std", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/TitouanReal/csidh" [[bench]] name = "callgrind" harness = false [[bench]] name = "public_key_time" harness = false [[bench]] name = "shared_secret_time" harness = false [dependencies.crypto-bigint] version = "0.6.0-pre.12" default-features = false [dependencies.oorandom] version = "11" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.iai-callgrind] version = "0.11" [dev-dependencies.rand] version = "0.8"