# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "pq-newhope" version = "0.4.0" authors = ["Vladislav Melnik "] description = "NewHope is a key-exchange protocol based on the Ring-Learning-with-Errors (Ring-LWE) problem, which was submitted to the NIST post-quantum crypto project. " license = "MIT" repository = "https://github.com/vlad9486/pq-newhope" [[bench]] name = "key_agreement" harness = false [dependencies.keccak] version = "0.1" [dependencies.num-bigint] version = "0.3" optional = true [dependencies.num-traits] version = "0.2" optional = true [dependencies.pq-kem] version = "0.3" [dependencies.rac] version = "1.1" [dependencies.sha3] version = "0.9" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.7" features = ["wasm-bindgen"] [dev-dependencies.wasm-bindgen-test] version = "0.3" [features] smallest = ["num-bigint", "num-traits"] [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.criterion-cycles-per-byte] version = "0.1"