#[repr(C)]pub struct ExtPoint {
x: Elem<T>,
y: Elem<T>,
z: Elem<T>,
t: Elem<T>,
}
Fields§
§x: Elem<T>
§y: Elem<T>
§z: Elem<T>
§t: Elem<T>
Implementations§
source§impl ExtPoint
impl ExtPoint
pub(super) fn from_scalarmult_base_consttime( scalar: &Scalar, cpu: Features, ) -> Self
pub fn from_encoded_point_vartime( encoded: &[u8; 32], ) -> Result<Self, Unspecified>
pub fn into_encoded_point(self) -> [u8; 32]
pub fn invert_vartime(&mut self)
Auto Trait Implementations§
impl Freeze for ExtPoint
impl RefUnwindSafe for ExtPoint
impl Send for ExtPoint
impl Sync for ExtPoint
impl Unpin for ExtPoint
impl UnwindSafe for ExtPoint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more