Registry / crypto / ark-relations

ark-relations

JSON →
library0.6.0rscratesunverified

A library for defining and working with rank-one constraint systems (R1CS) used in zero-knowledge proofs.

# Cargo.toml [dependencies] ark-relations = "0.6.0"
INSTALL
IMPORT
SIG · ARK-RELATIONS
A
ark-relations
cryptorustv0.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ConstraintSystem
use ark_relations::r1cs::ConstraintSystem;

Creates a new R1CS constraint system.

use ark_relations::r1cs::ConstraintSystem; fn main() { let cs = ConstraintSystem::new(); println!("Constraint system created with {} constraints", cs.num_constraints()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
28
Resources