acvm_stdlib 0.18.1

The ACVM standard library.
Documentation
[dependencies.acir]
default-features = false
version = "0.18.1"

[features]
bls12_381 = ["acir/bls12_381"]
bn254 = ["acir/bn254"]
default = ["bn254"]
testing = ["bn254"]

[package]
authors = ["The Noir Team <team@noir-lang.org>"]
description = "The ACVM standard library."
edition = "2021"
license = "MIT"
name = "acvm_stdlib"
repository = "https://github.com/noir-lang/acvm/"
resolver = "1"
rust-version = "1.66"
version = "0.18.1"