generic-schnorr 0.8.1

Schnorr signature implementation generic over the underlying group
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"
name = "generic-schnorr"
version = "0.8.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Schnorr signature implementation generic over the underlying group"
readme = false
license = "MIT"
repository = "https://codeberg.org/sugo/generic-schnorr"

[features]
default = ["verify-batch"]
serde = ["dep:serde"]
verify-batch = ["dep:multiexp"]

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

[dependencies.group]
version = "0.13.0"
default-features = false

[dependencies.multiexp]
version = "0.4.2"
optional = true

[dependencies.rand_core]
version = "0.6.4"
default-features = false

[dependencies.serde]
version = "1.0.219"
features = ["serde_derive"]
optional = true
default-features = false

[dev-dependencies.blake3]
version = "1.8.2"

[dev-dependencies.pasta_curves]
version = "0.5.1"

[dev-dependencies.rand_chacha]
version = "0.3.1"