Registry / crypto / snarkvm-curves

snarkvm-curves

JSON →
library4.7.1rscratesunverified

Elliptic curve implementations for a decentralized virtual machine.

# Cargo.toml [dependencies] snarkvm-curves = "4.7.1"
INSTALL
IMPORT
SIG · SNARKVM-CURVES
S
snarkvm-curves
cryptorustv4.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.

G1Projective
use snarkvm_curves::bls12_377::G1Projective;

Demonstrates accessing the generator of the BLS12-377 G1 curve.

use snarkvm_curves::bls12_377::G1Projective; fn main() { let point = G1Projective::generator(); println!("Generator: {:?}", point); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.7.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
snarkvm-curves — cargo add snarkvm-curves · libregistry