Struct libzeropool_rs::keys::Keys
source · [−]pub struct Keys<P: PoolParams> {
pub sk: Num<P::Fs>,
pub a: Num<P::Fr>,
pub eta: Num<P::Fr>,
}
Fields
sk: Num<P::Fs>
a: Num<P::Fr>
eta: Num<P::Fr>
Implementations
Trait Implementations
Auto Trait Implementations
impl<P> RefUnwindSafe for Keys<P>where
<P as PoolParams>::Fr: RefUnwindSafe,
<P as PoolParams>::Fs: RefUnwindSafe,
impl<P> Send for Keys<P>where
<P as PoolParams>::Fr: Send,
<P as PoolParams>::Fs: Send,
impl<P> Sync for Keys<P>where
<P as PoolParams>::Fr: Sync,
<P as PoolParams>::Fs: Sync,
impl<P> Unpin for Keys<P>where
<P as PoolParams>::Fr: Unpin,
<P as PoolParams>::Fs: Unpin,
impl<P> UnwindSafe for Keys<P>where
<P as PoolParams>::Fr: UnwindSafe,
<P as PoolParams>::Fs: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more