pairing 0.24.0

Pairing-friendly elliptic curve library
Documentation
[package]
name = "pairing"
version = "0.24.0"
authors = ["Sean Bowe <ewillbefull@gmail.com>", "Jack Grigg <thestr4d@gmail.com>"]
edition = "2024"
rust-version = "1.85"
readme = "README.md"
license = "MIT/Apache-2.0"

description = "Pairing-friendly elliptic curve library"
documentation = "https://docs.rs/pairing/"
homepage = "https://github.com/zkcrypto/pairing"
repository = "https://github.com/zkcrypto/pairing"

[dependencies]
group = { version = "0.14", default-features = false }

[badges]
maintenance = { status = "actively-developed" }