[][src]Trait ecdsa::Curve

pub trait Curve: Curve {
    const COMPRESS_POINTS: bool;
}

Marker trait for elliptic curves in short Weierstrass form

Associated Constants

const COMPRESS_POINTS: bool

Should point compression be applied by default?

Loading content...

Implementors

Loading content...