elliptic_curve::point

Trait PointCompression

Source
pub trait PointCompression {
    const COMPRESS_POINTS: bool;
}
Expand description

Point compression settings.

Required Associated Constants§

Source

const COMPRESS_POINTS: bool

Should point compression be applied by default?

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§