Docs.rs
ark-circom-0.5.0
ark-circom 0.5.0
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
github:arkworks-rs:crates-io
tyshko-rostyslav
Dependencies
ark-bn254 ^0.5.0
normal
ark-crypto-primitives ^0.5.0
normal
ark-ec ^0.5.0
normal
ark-ff ^0.5.0
normal
ark-groth16 ^0.5.0
normal
ark-poly ^0.5.0
normal
ark-relations ^0.5.0
normal
ark-serialize ^0.5.0
normal
ark-std ^0.5.0
normal
byteorder ^1.4.3
normal
cfg-if ^1.0.0
normal
color-eyre ^0.6.2
normal
ethers-core ^2.0.7
normal
optional
fnv ^1.0.7
normal
hex ^0.4.3
normal
num ^0.4.3
normal
num-bigint ^0.4.3
normal
num-traits ^0.2.16
normal
thiserror ^1.0.39
normal
wasmer ^4.4.0
normal
wasmer-wasix ^0.28.0
normal
criterion ^0.5.1
dev
ethers ^2.0.7
dev
hex-literal ^0.4.1
dev
serde_json ^1.0.94
dev
tokio ^1.29.1
dev
Versions
8.33%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ark_
circom
0.5.0
Constraint
Vec
Aliased type
In ark_
circom::
circom
ark_circom
::
circom
Type Alias
ConstraintVec
Copy item path
Source
pub type ConstraintVec<F> =
Vec
<(
usize
, F)>;
Aliased Type
ยง
struct ConstraintVec<F> {
/* private fields */
}