Struct ring::arithmetic::bigint::private_exponent::PrivateExponent
source · pub struct PrivateExponent {
limbs: Box<[u64]>,
}
Fields§
§limbs: Box<[u64]>
Implementations§
source§impl PrivateExponent
impl PrivateExponent
pub fn from_be_bytes_padded<M>( input: Input<'_>, p: &Modulus<'_, M>, ) -> Result<Self, Unspecified>
pub(super) fn limbs(&self) -> &[u64]
Auto Trait Implementations§
impl Freeze for PrivateExponent
impl RefUnwindSafe for PrivateExponent
impl Send for PrivateExponent
impl Sync for PrivateExponent
impl Unpin for PrivateExponent
impl UnwindSafe for PrivateExponent
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