Registry / crypto / multiexp

multiexp

JSON →
library0.4.2rscratesunverified

Multiexponentiation algorithms for ff/group fields.

# Cargo.toml [dependencies] multiexp = "0.4.2"
INSTALL
IMPORT
SIG · MULTIEXP
M
multiexp
cryptorustv0.4.2
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.

multiexp
use multiexp::multiexp;

Performs multiexponentiation

use multiexp::multiexp; fn main() { let result = multiexp(&[], &[]); println!("Multiexp result: {:?}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
multiexp — cargo add multiexp · libregistry