Struct ed448_goldilocks::curve::montgomery::MontgomeryPoint
source · [−]Tuple Fields
0: [u8; 56]
Implementations
Returns true if the point is one of the low order points
Returns the generator specified in RFC7748
Trait Implementations
Determine if two items are equal. Read more
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
Auto Trait Implementations
impl RefUnwindSafe for MontgomeryPoint
impl Send for MontgomeryPoint
impl Sync for MontgomeryPoint
impl Unpin for MontgomeryPoint
impl UnwindSafe for MontgomeryPoint
Blanket Implementations
Mutably borrows from an owned value. Read more