Skip to main content

Module supported_curves

Module supported_curves 

Source
Expand description

Curves supported by this crate

This crate re-exports curves that are checked to work correctly with our CGGMP implementation. Generally, this crate can work with any curve as long as it satisfies constraints (check out SigningBuilder generic constraints), but it might have unexpected consequences: for instance, default security level might not be compatible with another curve, which might result into unexpected runtime error or reduced security of the protocol.

Traits§

Curve
Elliptic curve

Type Aliases§

Secp256k1curve-secp256k1 and secp256k1
secp256k1 curve
Secp256r1curve-secp256r1 and secp256r1
secp256r1 curve
Secp384r1curve-secp384r1 and secp384r1
secp384r1 curve (NIST P-384)
Starkcurve-stark and stark
Stark curve