# 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" name = "sylow" version = "0.1.1" authors = [ "Tristan Britt ", "0xAlcibiades ", "Michael Rolish ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implementation of the BLS signature scheme using the alt-bn128 curve." homepage = "https://github.com/warlock-labs/sylow" readme = "README.md" keywords = [ "alt-bn128", "zero-knowledge", "cryptography", "elliptic-curve", "pairing", ] categories = [ "cryptography", "mathematics", ] license = "MIT" repository = "https://github.com/warlock-labs/sylow.git" [profile.bench] opt-level = 3 lto = true debug = 0 debug-assertions = false overflow-checks = false incremental = false [lib] name = "sylow" path = "src/lib.rs" [[example]] name = "const_time_pairing_check" path = "examples/const_time_pairing_check.rs" [[example]] name = "const_time_signature_check" path = "examples/const_time_signature_check.rs" [[example]] name = "dkg" path = "examples/dkg.rs" [[example]] name = "ecdh" path = "examples/simple_ecdh.rs" [[example]] name = "reth_bn128" path = "examples/reth_bn128.rs" [[example]] name = "sign_and_verify_multiple_messages" path = "examples/verify_multiple_messages_same_signer.rs" [[example]] name = "simple_xor_ecies" path = "examples/simple_xor_ecies.rs" [[example]] name = "threshold_signing" path = "examples/threshold_signing.rs" [[bench]] name = "field" path = "benches/field.rs" [[bench]] name = "group" path = "benches/group.rs" [[bench]] name = "mod" path = "benches/mod.rs" harness = false [[bench]] name = "pairing" path = "benches/pairing.rs" [[bench]] name = "sig" path = "benches/sig.rs" [dependencies.crypto-bigint] version = "0.6.0-rc.3" [dependencies.num-traits] version = "0.2.19" [dependencies.sha3] version = "0.11.0-pre.4" [dependencies.subtle] version = "2.6.1" [dependencies.tracing] version = "0.1.40" [dev-dependencies.confy] version = "0.6.1" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.dudect-bencher] version = "0.6.0" [dev-dependencies.lazy_static] version = "1.5.0" [dev-dependencies.proptest] version = "1.5.0" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.quickcheck_macros] version = "1.0.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_core] version = "0.6.4" [dev-dependencies.serde] version = "1.0.209" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.127" [dev-dependencies.sha2] version = "0.11.0-pre.4" [dev-dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-subscriber] version = "0.3.18"