Registry / crypto / acir-field

acir-field

JSON →
library0.46.0rscratesunverified

Provides the field implementation used by the ACIR (Abstract Circuit Intermediate Representation) for Noir language.

# Cargo.toml [dependencies] acir_field = "0.46.0"
INSTALL
IMPORT
SIG · ACIR-FIELD
A
acir-field
cryptorustv0.46.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.

FieldElement
use acir_field::FieldElement;

Basic usage of ACIR field elements with arithmetic operations.

use acir_field::FieldElement; fn main() { let a = FieldElement::from(42u128); let b = FieldElement::from(10u128); let sum = a + b; println!("Sum: {:?}", sum); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.46.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
58 hits · last 30 days
node
51
OpenAI (training)
1
Resources
acir-field — cargo add acir-field · libregistry