Registry / crypto / blstrs

blstrs

JSON →
library0.7.1rscratesunverified

High performance implementation of BLS12-381 pairing-friendly elliptic curve.

# Cargo.toml [dependencies] blstrs = "0.7.1"
INSTALL
IMPORT
SIG · BLSTRS
B
blstrs
cryptorustv0.7.1
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.

Scalar
use blstrs::Scalar;

Create and multiply two scalars on the BLS12-381 curve.

use blstrs::Scalar; let a = Scalar::from(42u64); let b = Scalar::from(7u64); let c = a * b; println!("{:?}", c);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
Resources
blstrs — cargo add blstrs · libregistry