pub struct IsogenyStep2 {
pub domain: Curve2,
pub kernel: Point2,
pub codomain: Curve2,
}Expand description
A single ℓ-isogeny step over 𝔽_{p²}: domain, the order-ℓ kernel, and codomain.
Fields§
§domain: Curve2§kernel: Point2§codomain: Curve2Trait Implementations§
Source§impl Clone for IsogenyStep2
impl Clone for IsogenyStep2
Source§fn clone(&self) -> IsogenyStep2
fn clone(&self) -> IsogenyStep2
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IsogenyStep2
impl Debug for IsogenyStep2
Source§impl PartialEq for IsogenyStep2
impl PartialEq for IsogenyStep2
Source§fn eq(&self, other: &IsogenyStep2) -> bool
fn eq(&self, other: &IsogenyStep2) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IsogenyStep2
Auto Trait Implementations§
impl Freeze for IsogenyStep2
impl RefUnwindSafe for IsogenyStep2
impl Send for IsogenyStep2
impl Sync for IsogenyStep2
impl Unpin for IsogenyStep2
impl UnsafeUnpin for IsogenyStep2
impl UnwindSafe for IsogenyStep2
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