Docs.rs
ark-r1cs-std-0.5.0
ark-r1cs-std 0.5.0
Docs.rs crate page
MIT/Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
ValarDragon
github:arkworks-rs:crates-io
Dependencies
ark-ec ^0.5.0
normal
ark-ff ^0.5.0
normal
ark-relations ^0.5.0
normal
ark-std ^0.5.0
normal
educe ^0.6.0
normal
num-bigint ^0.4
normal
num-integer ^0.1.44
normal
num-traits ^0.2
normal
tracing ^0.1
normal
Versions
93.62%
of the crate is documented
Platform
i686-pc-windows-msvc
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
ark_
r1cs_
std
0.5.0
Module mnt6
Module Items
Structs
Type Aliases
In ark_
r1cs_
std::
pairing
ark_r1cs_std
::
pairing
Module
mnt6
Copy item path
Source
Expand description
This module implements pairings for MNT6 bilinear groups.
Structs
§
Pairing
Var
Specifies the constraints for computing a pairing in a MNT6 bilinear group.
Type Aliases
§
GTVar
A variable corresponding to
ark_ec::mnt6::GT
.