Type Definition p256::ScalarBits

source ·
pub type ScalarBits = ScalarBits<NistP256>;
Available on crate feature bits only.
Expand description

Bit representation of a NIST P-256 scalar field element.

Trait Implementations§

source§

impl From<&Scalar> for ScalarBits

Available on crate feature arithmetic only.
source§

fn from(scalar: &Scalar) -> ScalarBits

Converts to this type from the input type.