[[bench]]
harness = false
name = "nth_root"
[[bench]]
harness = false
name = "multiplicative_inverse"
[dependencies.bimap]
version = "0.4.0"
[dependencies.itertools]
version = "0.8.0"
[dependencies.num]
features = ["rand"]
version = "0.2.0"
[dependencies.num-traits]
version = "0.2.8"
[dev-dependencies.criterion]
version = "0.2"
[features]
default = ["std"]
std = ["num/std", "num-traits/std", "itertools/use_std", "bimap/std"]
[package]
authors = ["Daniel Lubarov <daniel@mirprotocol.org>", "Brendan Farmer <brendan@mirprotocol.org>"]
categories = ["cryptography", "no-std"]
description = "A library for building R1CS gadgets"
documentation = "https://docs.rs/r1cs"
edition = "2018"
keywords = ["R1CS", "cryptography", "SNARK"]
license = "MIT OR Apache-2.0"
name = "r1cs"
readme = "README.md"
repository = "https://github.com/mir-protocol/r1cs"
version = "0.4.7"