Home
last modified time | relevance | path

Searched refs:BoxedLimbs (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/ring/src/arithmetic/
Dbigint.rs60 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> { impl
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()
[all …]