pub struct Precomputed { /* private fields */ }Expand description
POLYVAL with precomputed powers.
This is faster than Lite when writing many
blocks of data, but is about five times larger.
Trait Implementations§
Source§impl Clone for Precomputed
impl Clone for Precomputed
Source§impl Drop for Precomputed
impl Drop for Precomputed
impl Backend for Precomputed
impl ZeroizeOnDrop for Precomputed
Available on crate feature
zeroize only.Auto Trait Implementations§
impl Freeze for Precomputed
impl RefUnwindSafe for Precomputed
impl Send for Precomputed
impl Sync for Precomputed
impl Unpin for Precomputed
impl UnwindSafe for Precomputed
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