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.