Registry / crypto / generic-ec

generic-ec

JSON →
library0.5.0rscratesunverified

General elliptic curve cryptography library.

# Cargo.toml [dependencies] generic-ec = "0.5.0"
INSTALL
IMPORT
SIG · GENERIC-EC
G
generic-ec
cryptorustv0.5.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.

Curve
use generic_ec::Curve;

Initialize a specific elliptic curve (e.g., secp256k1).

use generic_ec::Curve; fn main() { let curve = Curve::secp256k1(); println!("Curve: {:?}", curve); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
generic-ec — cargo add generic-ec · libregistry