Lines Matching refs:BoxedLimbs
60 struct BoxedLimbs<M> { struct
67 impl<M> Deref for BoxedLimbs<M> { argument
75 impl<M> DerefMut for BoxedLimbs<M> { implementation
84 impl<M> Clone for BoxedLimbs<M> { implementation
93 impl<M> BoxedLimbs<M> { implementation
182 limbs: BoxedLimbs<M>, // Also `value >= 3`.
236 let limbs = BoxedLimbs::positive_minimal_width_from_be_bytes(input)?; in from_be_bytes_with_bit_length()
243 let limbs = BoxedLimbs { in from_nonnegative_with_bit_length()
250 fn from_boxed_limbs(n: BoxedLimbs<M>) -> Result<(Self, bits::BitLength), error::KeyRejected> { in from_boxed_limbs()
311 limbs: BoxedLimbs::zero(self.width()), in zero()
335 limbs: BoxedLimbs { in to_elem()
366 limbs: BoxedLimbs::zero(width), in zero()
378 limbs: BoxedLimbs<M>,
435 limbs: BoxedLimbs::from_be_bytes_padded_less_than(input, m)?, in from_be_bytes_padded()
448 Modulus::from_boxed_limbs(BoxedLimbs::minimal_width_from_unpadded(&self.limbs))?; in into_modulus()
505 limbs: BoxedLimbs { in elem_reduced_once()
772 limbs: BoxedLimbs<M>,
780 let dP = BoxedLimbs::from_be_bytes_padded_less_than(input, p)?; in from_be_bytes_padded()
1560 let mut limbs = BoxedLimbs::zero(Width { in consume_elem_unchecked()