Docs.rs
ark-circom-0.1.0
ark-circom 0.1.0
Docs.rs crate page
MIT OR Apache-2.0
Links
crates.io
Source
Owners
github:arkworks-rs:crates-io
tyshko-rostyslav
Dependencies
ark-bn254 =0.4.0
normal
ark-crypto-primitives =0.4.0
normal
ark-ec =0.4.1
normal
ark-ff =0.4.1
normal
ark-groth16 =0.4.0
normal
ark-poly =0.4.1
normal
ark-relations =0.4.0
normal
ark-serialize =0.4.1
normal
ark-std =0.4.0
normal
byteorder =1.4.3
normal
cfg-if =1.0.0
normal
color-eyre =0.6.2
normal
criterion =0.3.6
normal
ethers-core =2.0.7
normal
fnv =1.0.7
normal
hex =0.4.3
normal
num =0.4.0
normal
num-bigint =0.4.3
normal
num-traits =0.2.15
normal
thiserror =1.0.39
normal
wasmer =2.3.0
normal
ethers =2.0.7
dev
hex-literal =0.2.2
dev
serde_json =1.0.94
dev
tokio =1.29.1
dev
Versions
8.33%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
☰
ConstraintVec
In ark_circom::circom
?
Type Definition
ark_circom
::
circom
::
ConstraintVec
source
·
[
−
]
pub type ConstraintVec<E> =
Vec
<(
usize
, <E as
Pairing
>::
ScalarField
)>;