Struct frost_core::Challenge
source · pub struct Challenge<C: Ciphersuite>(_);
Expand description
A type refinement for the scalar field element representing the per-message challenge.
Trait Implementations§
Auto Trait Implementations§
impl<C> RefUnwindSafe for Challenge<C>where <<<C as Ciphersuite>::Group as Group>::Field as Field>::Scalar: RefUnwindSafe,
impl<C> Send for Challenge<C>where <<<C as Ciphersuite>::Group as Group>::Field as Field>::Scalar: Send,
impl<C> Sync for Challenge<C>where <<<C as Ciphersuite>::Group as Group>::Field as Field>::Scalar: Sync,
impl<C> Unpin for Challenge<C>where <<<C as Ciphersuite>::Group as Group>::Field as Field>::Scalar: Unpin,
impl<C> UnwindSafe for Challenge<C>where <<<C as Ciphersuite>::Group as Group>::Field as Field>::Scalar: 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