pub trait ToScalar<F> { fn to_scalar(&self) -> Option<F>; }
Trait used to define types that can be converted to a 256 bit scalar value.
Convert the type to a scalar value.