# 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 = "2018" name = "rust-sike" version = "0.2.1" authors = [ "Rémi Géraud-Stewart ", "Edmond de Roffignac ", ] description = "Implementation of the key encapsulation mechanism (KEM) and public-key encryption (pke) schemes of the Supersingular Isogeny Key Encapsulation (SIKE) protocol" readme = "README.md" keywords = [ "crypto", "isogeny", "SIDH", "pke", "kem", ] categories = [ "cryptography", "science", ] license = "MIT" repository = "https://github.com/rust-crypto-labs/rust-sike" [profile.release] opt-level = 3 lto = true debug = false [[bench]] name = "sike-bench" harness = false [dependencies.bitvec] version = "0.17" [dependencies.getrandom] version = "0.1" [dependencies.hex] version = "0.4" [dependencies.once_cell] version = "1.4" [dependencies.rug] version = "1.10" features = ["integer"] default-features = false [dependencies.sha3] version = "0.9" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.flamegraph] version = "0.4"