Registry / crypto / bitcoinsecp256k1-group

bitcoinsecp256k1-group

JSON →
library0.1.16-alpha.0rscratesunverified

Abstracts a group element of the secp256k1 curve in affine coordinates.

# Cargo.toml [dependencies] bitcoinsecp256k1-group = "0.1.16-alpha.0"
INSTALL
IMPORT
SIG · BITCOINSECP256K1-G
B
bitcoinsecp256k1-group
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.

GroupElement
use bitcoinsecp256k1_group::GroupElement;

Creates the secp256k1 generator point.

use bitcoinsecp256k1_group::GroupElement; fn main() { let g = GroupElement::generator(); println!("Generator: {:?}", g); }
Debug
Known issues
gotchaAlpha version may have unstable API
fix
Pin to exact version and test thoroughly
affects: 0.1.16-alpha.0
Upgrade
Version history
0.1.16-alpha.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
18
Resources
bitcoinsecp256k1-group — cargo add bitcoinsecp256k1-group · libregistry