Registry / crypto / fff
library0.3.1rscratesunverified

Library for building and interfacing with finite fields.

# Cargo.toml [dependencies] fff = "0.3.1"
INSTALL
IMPORT
SIG · FFF
F
fff
cryptorustv0.3.1
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 fff::Field;

Demonstrates importing the core Field trait from fff.

use fff::Field; fn main() { // Example: use a prime field (requires a specific field implementation) // let a = Fp256::from(42); println!("FFF provides the Field trait for finite field arithmetic"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
fff — cargo add fff · libregistry