Registry / crypto / curv-kzen

curv-kzen

JSON →
library0.10.0rscratesunverified

An extremely simple interface to onboard new elliptic curves for general purpose elliptic curve cryptography.

# Cargo.toml [dependencies] curv-kzen = "0.10.0"
INSTALL
IMPORT
SIG · CURV-KZEN
C
curv-kzen
cryptorustv0.10.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 curv_kzen::elliptic::curves::Secp256k1;

Gets the generator point of the Secp256k1 curve.

use curv_kzen::elliptic::curves::Secp256k1; fn main() { let point = Secp256k1::generator(); println!("{:?}", point); }
Debug
Known issues
breakingThe crate is a fork of the original curv and may have breaking changes.
fix
Check the changelog for migration guides.
affects: >=0.10.0
Upgrade
Version history
0.10.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Resources
curv-kzen — cargo add curv-kzen · libregistry