pub struct FqSponge<F: Field> {
pub(crate) sponge: Sponge<F>,
pub(crate) last_squeezed: Vec<u64>,
}
Fields§
§sponge: Sponge<F>
§last_squeezed: Vec<u64>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<F> Freeze for FqSponge<F>where
F: Freeze,
impl<F> RefUnwindSafe for FqSponge<F>where
F: RefUnwindSafe,
impl<F> Send for FqSponge<F>
impl<F> Sync for FqSponge<F>
impl<F> Unpin for FqSponge<F>where
F: Unpin,
impl<F> UnwindSafe for FqSponge<F>where
F: UnwindSafe + RefUnwindSafe,
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