You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On 2023-08-28 @recmo wrote in 585c5ce “Merge pull request #298 from recmo/num-traits”:
AsPrimitive
pow::Pow,
sign::Unsigned,CheckedEuclid,Euclid,Inv,MulAdd,MulAddAssign,Num,NumCast,};// TODO: AsPrimitive// Note. We can not implement `NumBytes` as it requires T to be `AsMut<[u8]>`.// This is not safe for `Uint` when `BITS % 8 != 0`.impl<constBITS:usize,constLIMBS:usize>ZeroforUint<BITS,LIMBS>{
On 2023-08-28 @recmo wrote in
585c5ce
“Merge pull request #298 from recmo/num-traits”:AsPrimitive
From
src/support/num_traits.rs:29
The text was updated successfully, but these errors were encountered: