pub struct Isogeny2 {
pub domain: Curve2,
pub codomain: Curve2,
pub degree: u64,
/* private fields */
}Expand description
A separable ell-isogeny over ๐ฝ_{pยฒ} by Vรฉluโs formulas (the Curve2 analogue of elliptic::Isogeny).
Fieldsยง
ยงdomain: Curve2ยงcodomain: Curve2ยงdegree: u64Implementationsยง
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for Isogeny2
impl RefUnwindSafe for Isogeny2
impl Send for Isogeny2
impl Sync for Isogeny2
impl Unpin for Isogeny2
impl UnsafeUnpin for Isogeny2
impl UnwindSafe for Isogeny2
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