Registry / crypto / ff-zeroize

ff-zeroize

JSON →
library0.6.3rscratesunverified

Library for building and interfacing with finite fields, with zeroize support for secure memory clearing.

# Cargo.toml [dependencies] ff-zeroize = "0.6.3"
INSTALL
IMPORT
SIG · FF-ZEROIZE
F
ff-zeroize
cryptorustv0.6.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_zeroize::Field;

Creates a finite field element.

use ff_zeroize::Field; fn main() { let field = Field::new(5); println!("Field: {:?}", field); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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