elliptic_curve

Trait PointCompaction

Source
pub trait PointCompaction {
    const COMPACT_POINTS: bool;
}
Expand description

Point compaction settings.

Required Associated Constants§

Source

const COMPACT_POINTS: bool

Should point compaction 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§