[][src]Trait elliptic_curve::weierstrass::Curve

pub trait Curve: Curve {
    const COMPRESS_POINTS: bool;
}
This is supported on feature="weierstrass" only.

Marker trait for elliptic curves in short Weierstrass form

Associated Constants

const COMPRESS_POINTS: bool

This is supported on feature="weierstrass" only.

Should point compression be applied by default?

Loading content...

Implementors

Loading content...