Module rust_crypto

Source
Available on crate feature rust-crypto only.
Expand description

Adapter for curves implemented on top of elliptic_curve package

This module provide generic wrappers that can port any curve implemented on top of elliptic_curve package to generic-ec.

Structs§

RustCryptoCurve
Curve ported from elliptic_curve crate
RustCryptoPoint
Point wrapper
RustCryptoScalar
Scalar wrapper

Traits§

CurveName
Name of the curve

Type Aliases§

Secp256k1secp256k1
secp256k1 curve
Secp256r1secp256r1
secp256r1 curve
Starkstark
Stark curve