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
sourceimpl Deref for DECODE_PRECOMPUTATION_FOR_G
impl Deref for DECODE_PRECOMPUTATION_FOR_G
type Target = DecodePrecomputation
type Target = DecodePrecomputation
The resulting type after dereferencing.
sourcefn 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
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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