Registry / crypto / bitcoin-secp256k1

bitcoin-secp256k1

JSON →
library0.1.16-alpha.0rscratesunverified

Provides secp256k1 elliptic curve operations for Bitcoin-related cryptography.

# Cargo.toml [dependencies] bitcoin-secp256k1 = "0.1.16-alpha.0"
INSTALL
IMPORT
SIG · BITCOIN-SECP256K1
B
bitcoin-secp256k1
cryptorustv0.1.16-alpha.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.

Secp256k1
use bitcoin_secp256k1::Secp256k1;

Creates a new secp256k1 context.

use bitcoin_secp256k1::Secp256k1; fn main() { let secp = Secp256k1::new(); println!("Secp256k1 context created"); }
Debug
Known issues
breakingThis crate is an alpha release and may have breaking changes.
fix
Pin to a specific version and test thoroughly before upgrading.
affects: >=0.1.0 <0.2.0
Upgrade
Version history
0.1.16-alpha.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
21
Resources
bitcoin-secp256k1 — cargo add bitcoin-secp256k1 · libregistry