ecrust-protocol 0.1.1

Protocol-oriented building blocks built on top of the ecrust field and curve crates.
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "ecrust-protocol"
version = "0.1.1"
authors = [
    "Gustavo Banegas <gustavo.souza-banegas@inria.fr>",
    "Martin Azon <martin.azon-y-trell@inria.fr>",
    "Sam Frengley <samuel.frengley@inria.fr>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Protocol-oriented building blocks built on top of the ecrust field and curve crates."
homepage = "https://github.com/rustnumb/ecrust"
documentation = "https://docs.rs/ecrust-protocol"
readme = "README.md"
keywords = [
    "cryptography",
    "elliptic-curve",
    "finite-field",
    "isogeny",
    "rust",
]
license = "Apache-2.0"
repository = "https://github.com/rustnumb/ecrust"
resolver = "2"

[package.metadata.docs.rs]
rustdoc-args = [
    "--html-in-header",
    "katex-header.html",
]

[lib]
name = "protocol"
path = "src/lib.rs"

[[test]]
name = "ec_protocols_tests"
path = "tests/ec_protocols_tests.rs"

[dependencies.ec]
version = "0.1.1"
package = "ecrust-ec"

[dependencies.subtle]
version = "2.6"

[dev-dependencies.crypto-bigint]
version = "0.7.3"

[dev-dependencies.fp]
version = "0.1.1"
package = "ecrust-fp"