pub struct KernelSubgroup<C: Curve> {
pub points: Vec<C::Point>,
}Expand description
The structure for a kernel of an isogeny
Fields§
§points: Vec<C::Point>All the points in the kernel of the isogney
Implementations§
Auto Trait Implementations§
impl<C> Freeze for KernelSubgroup<C>
impl<C> RefUnwindSafe for KernelSubgroup<C>
impl<C> Send for KernelSubgroup<C>
impl<C> Sync for KernelSubgroup<C>
impl<C> Unpin for KernelSubgroup<C>
impl<C> UnsafeUnpin for KernelSubgroup<C>
impl<C> UnwindSafe for KernelSubgroup<C>
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