Registry / crypto / bitcoinsecp256k1-ec

bitcoinsecp256k1-ec

JSON →
library0.1.16-alpha.0rscratesunverified

Tools for running elliptic curve cryptography.

# Cargo.toml [dependencies] bitcoinsecp256k1-ec = "0.1.16-alpha.0"
INSTALL
IMPORT
SIG · BITCOINSECP256K1-E
B
bitcoinsecp256k1-ec
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 bitcoinsecp256k1_ec::Secp256k1;

Create a secp256k1 elliptic curve context.

use bitcoinsecp256k1_ec::Secp256k1; fn main() { let secp = Secp256k1::new(); println!("Secp256k1 context created"); }
Debug
Known issues
breakingAlpha version with potential API changes
fix
Pin to exact version and monitor for breaking changes
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
19 hits · last 30 days
node
17
Resources
bitcoinsecp256k1-ec — cargo add bitcoinsecp256k1-ec · libregistry