Registry / crypto / ff-ce
library0.14.3rscratesunverified

Library for building and interfacing with finite fields, optimized for cryptographic use.

# Cargo.toml [dependencies] ff_ce = "0.14.3"
INSTALL
IMPORT
SIG · FF-CE
F
ff-ce
cryptorustv0.14.3
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 ff_ce::Field;

Imports the Field trait for finite field arithmetic.

use ff_ce::Field; fn main() { // Field is a trait; implement for custom finite fields println!("Finite field trait ready"); }
Debug
Known issues
breakingBreaking changes in version 0.14; Field trait API changed
fix
Update code to use new trait methods; check changelog
affects: >=0.14.0
Upgrade
Version history
0.14.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
ff-ce — cargo add ff-ce · libregistry