Registry / utility / fr32

fr32

JSON →
library12.1.0rscratesunverified

Filecoin proofs Fr/32-byte conversion tooling

utility
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.

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 footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
11 hits · last 30 days
gptbot
3
claudebot
3
Resources