Registry / crypto / ark-ff

ark-ff

JSON →
library0.5.0rscratesunverified

A library for finite fields.

# Cargo.toml [dependencies] ark-ff = "0.5.0"
INSTALL
IMPORT
SIG · ARK-FF
A
ark-ff
cryptorustv0.5.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.

Field
use ark_ff::Field;

Basic finite field arithmetic using ark-ff.

use ark_ff::Field; use ark_ff::fields::Fp64; fn main() { let a = Fp64::from(5u64); let b = Fp64::from(3u64); let sum = a + b; println!("{:?}", sum); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
56 hits · last 30 days
node
52
OpenAI (training)
1
Resources
ark-ff — cargo add ark-ff · libregistry