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
address_bits need not return an arbitrary-sized integer
See comments in code: although possible in theory, the current implementation of
mp_integer wouldn't even support values that require more address_bits than
representable in std::size_t. This simplifies the use of address_bits as almost
every call site converted it to an unsigned or size_t.
0 commit comments