pub struct Lite { /* private fields */ }Expand description
POLYVAL without precomputed tables.
Trait Implementations§
impl Backend for Lite
impl ZeroizeOnDrop for Lite
Available on crate feature
zeroize only.Auto Trait Implementations§
impl Freeze for Lite
impl RefUnwindSafe for Lite
impl Send for Lite
impl Sync for Lite
impl Unpin for Lite
impl UnwindSafe for Lite
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