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
As described in #850, as_bytes in the u64 backend is only injective when the topmost limb is less than 2^48. Our Scalar invariant 1 should ensure that this precondition is met. We just need to document it.
As described in #850,
as_bytesin the u64 backend is only injective when the topmost limb is less than 2^48. Our Scalar invariant 1 should ensure that this precondition is met. We just need to document it.