pub trait PointScalarLength: Copy + Clone + Debug + Send + Sync {
    const LENGTH: usize;
}
Expand description

Marter trait for length of input per one pair (point + scalar)

Associated Constants

Length itself

Implementors