Struct kimchi::circuits::polynomials::endosclmul::EndoMulResult
source · pub struct EndoMulResult<F> {
pub acc: (F, F),
pub n: F,
}
Expand description
The result of performing an endoscaling: the accumulated curve point and scalar.
Fields§
§acc: (F, F)
§n: F
Auto Trait Implementations§
impl<F> RefUnwindSafe for EndoMulResult<F>where F: RefUnwindSafe,
impl<F> Send for EndoMulResult<F>where F: Send,
impl<F> Sync for EndoMulResult<F>where F: Sync,
impl<F> Unpin for EndoMulResult<F>where F: Unpin,
impl<F> UnwindSafe for EndoMulResult<F>where F: UnwindSafe,
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