Registry / crypto / ark-mnt4-753

ark-mnt4-753

JSON →
library0.6.0rscratesunverified

The MNT4-753 pairing-friendly elliptic curve implementation for cryptographic pairings.

# Cargo.toml [dependencies] ark-mnt4-753 = "0.6.0"
INSTALL
IMPORT
SIG · ARK-MNT4-753
A
ark-mnt4-753
cryptorustv0.6.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.

MNT4_753
use ark_mnt4_753::MNT4_753;

Perform field arithmetic on the MNT4-753 scalar field.

use ark_mnt4_753::{MNT4_753, Fr}; use ark_ff::Field; let a = Fr::from(5u64); let b = Fr::from(10u64); let sum = a + b; println!("Sum: {:?}", sum);
Debug
Known issues
gotchaThis curve is not widely used; ensure it meets your security requirements.
fix
Consider using more standard curves like BLS12-381 for production.
affects: >=0.1.0
Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
24
Resources
ark-mnt4-753 — cargo add ark-mnt4-753 · libregistry