pub struct DECODE_PRECOMPUTATION_FOR_G { /* private fields */ }
Expand description
Pre-computed HashMap needed for decryption. The HashMap is independent of (works for) any key.
Trait Implementations§
source§impl Deref for DECODE_PRECOMPUTATION_FOR_G
impl Deref for DECODE_PRECOMPUTATION_FOR_G
§type Target = DecodePrecomputation
type Target = DecodePrecomputation
The resulting type after dereferencing.
source§fn deref(&self) -> &DecodePrecomputation
fn deref(&self) -> &DecodePrecomputation
Dereferences the value.
impl LazyStatic for DECODE_PRECOMPUTATION_FOR_G
Auto Trait Implementations§
impl RefUnwindSafe for DECODE_PRECOMPUTATION_FOR_G
impl Send for DECODE_PRECOMPUTATION_FOR_G
impl Sync for DECODE_PRECOMPUTATION_FOR_G
impl Unpin for DECODE_PRECOMPUTATION_FOR_G
impl UnwindSafe for DECODE_PRECOMPUTATION_FOR_G
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