Searched refs:BoxedLimbs (Results 1 – 1 of 1) sorted by relevance
60 struct BoxedLimbs<M> { struct67 impl<M> Deref for BoxedLimbs<M> { argument75 impl<M> DerefMut for BoxedLimbs<M> { implementation84 impl<M> Clone for BoxedLimbs<M> { implementation93 impl<M> BoxedLimbs<M> { impl182 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()[all …]