Registry / crypto / zero-crypto

zero-crypto

JSON →
library0.1.11rscratesunverified

Algebra Primitives for cryptographic operations.

# Cargo.toml [dependencies] zero-crypto = "0.1.11"
INSTALL
IMPORT
SIG · ZERO-CRYPTO
Z
zero-crypto
cryptorustv0.1.11
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.

FieldElement
use zero_crypto::algebra::FieldElement;

Create and use a field element from the algebra primitives.

use zero_crypto::algebra::FieldElement; fn main() { let a = FieldElement::from(5u64); println!("Field element: {:?}", a); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.11latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
30
OpenAI (training)
1
Resources
zero-crypto — cargo add zero-crypto · libregistry