Struct ed448_goldilocks::Scalar
source · [−]pub struct Scalar(_);
Expand description
This is the scalar field size = 4q = 2^446 - 0x8335dc163bb124b65129c96fde933d8d723a70aadc873d6d54a7bb0d We can therefore use 14 saturated 32-bit limbs
Implementations
Trait Implementations
type Output = MontgomeryPoint
type Output = MontgomeryPoint
The resulting type after applying the *
operator.
Performs the *
operation. Read more
type Output = MontgomeryPoint
type Output = MontgomeryPoint
The resulting type after applying the *
operator.
Performs the *
operation. Read more
type Output = DecafPoint
type Output = DecafPoint
The resulting type after applying the *
operator.
Performs the *
operation. Read more
Scalar Mul Operations
type Output = DecafPoint
type Output = DecafPoint
The resulting type after applying the *
operator.
Performs the *
operation. Read more
type Output = DecafPoint
type Output = DecafPoint
The resulting type after applying the *
operator.
Performs the *
operation. Read more
type Output = DecafPoint
type Output = DecafPoint
The resulting type after applying the *
operator.
Performs the *
operation. Read more
Auto Trait Implementations
impl RefUnwindSafe for Scalar
impl UnwindSafe for Scalar
Blanket Implementations
Mutably borrows from an owned value. Read more