Registry / utility / fr32
library12.1.0rscratesunverified

Filecoin proofs Fr/32-byte conversion tooling

# Cargo.toml [dependencies] fr32 = "12.1.0"
INSTALL
IMPORT
SIG · FR32
F
fr32
utilityrustv12.1.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.

Fr32
use fr32::Fr32;

Create an FR32 from raw bytes

use fr32::Fr32; fn main() { let data = vec![0u8; 32]; let fr = Fr32::new(data); println!("FR32 created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
12.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fr32 — cargo add fr32 · libregistry