irmaseal-curve 0.1.1

Fork of the BLS12-381 pairing-friendly elliptic curve construction for IRMAseal
Documentation
[[bench]]
harness = false
name = "groups"
required-features = ["groups"]
[dependencies.subtle]
default-features = false
version = "2.2.1"
[dev-dependencies.criterion]
version = "0.2.11"

[features]
alloc = []
default = ["groups", "pairings", "alloc"]
endo = []
groups = []
nightly = ["subtle/nightly"]
pairings = ["groups"]

[package]
authors = ["Wouter Geraedts <git@woutergeraedts.nl>", "Sean Bowe <ewillbefull@gmail.com>"]
description = "Fork of the BLS12-381 pairing-friendly elliptic curve construction for IRMAseal"
documentation = "https://docs.rs/irmaseal-curve/"
edition = "2018"
homepage = "https://github.com/wassasin/irmaseal-curve"
license = "MIT/Apache-2.0"
name = "irmaseal-curve"
repository = "https://github.com/wassasin/irmaseal-curve"
version = "0.1.1"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "katex-header.html"]