# 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.62" name = "cyclone-msm" version = "0.1.0-pre" authors = [ "Kaveh Aasaraai ", "Emanuele Cesena ", "Rahul Maganti ", "Nicolas Stalder ", ] description = "FPGA-accelerated multi-scalar multiplication" homepage = "https://jumpcrypto.com" documentation = "https://docs.rs/cyclone-msm" readme = "README.md" keywords = [ "cryptography", "elliptic-curves", "fpga", "msm", ] categories = ["cryptography"] license = "Apache-2.0 OR MIT" repository = "https://github.com/jumpcrypto/cyclone" [[bin]] name = "cyclone-msm" path = "src/bin/demo.rs" required-features = ["demo"] [[example]] name = "add" required-features = ["hw"] [[example]] name = "neg" required-features = ["hw"] [[example]] name = "sub" required-features = ["hw"] [dependencies.argh] version = "0.1" optional = true [dependencies.ark-bls12-377] version = "=0.4.0-alpha.1" [dependencies.ark-ec] version = "=0.4.0-alpha.4" default-features = false [dependencies.ark-ff] version = "=0.4.0-alpha.5" default-features = false [dependencies.ark-std] version = "=0.4.0-alpha" default-features = false [dependencies.derivative] version = "2.2" [dependencies.fpga] version = "0.1.0-pre" default-features = false package = "cyclone-fpga" [dependencies.hex] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.rand_core] version = "0.6" features = ["getrandom"] [dependencies.rayon] version = "1.5.3" [dependencies.seq-macro] version = "0.3" [dev-dependencies.argh] version = "0.1" [features] default = ["hw"] demo = ["argh"] hw = ["fpga/f1"] timings = []