pub struct SsVertex {
pub j: Fp2,
pub neighbors: Vec<Fp2>,
}Expand description
A vertex of the supersingular isogeny graph: a j-invariant and its 2-isogenous neighbours (as a
multiset — a double root of Φ₂ is a double edge).
Fields§
§j: Fp2§neighbors: Vec<Fp2>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SsVertex
impl RefUnwindSafe for SsVertex
impl Send for SsVertex
impl Sync for SsVertex
impl Unpin for SsVertex
impl UnsafeUnpin for SsVertex
impl UnwindSafe for SsVertex
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