Registry / crypto / devp2p-secp256k1

devp2p-secp256k1

JSON →
library0.5.6rscratesunverified

Fork of Rust bindings for Pieter Wuille's libsecp256k1 library, implementing ECDSA for the secp256k1 curve.

# Cargo.toml [dependencies] devp2p-secp256k1 = "0.5.6"
INSTALL
IMPORT
SIG · DEVP2P-SECP256K1
D
devp2p-secp256k1
cryptorustv0.5.6
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.

Secp256k1
use devp2p_secp256k1::Secp256k1;

Generates a secp256k1 keypair using the library.

use devp2p_secp256k1::Secp256k1; let secp = Secp256k1::new(); let (sk, pk) = secp.generate_keypair(&mut rand::thread_rng());
Debug
Known issues
breakingThis is a fork; may have API differences from upstream rust-secp256k1.
fix
Check documentation for specific API changes.
affects: >=0.5.0
Upgrade
Version history
0.5.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Resources
devp2p-secp256k1 — cargo add devp2p-secp256k1 · libregistry