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
@Sajjon sorry, my bad. actually.. this is (2^512)/N, a precomputed "approximation" to the inverse of the divisor, according to my source (2.4.1 Barrett's Algorithm). And this is indeed being used by UInt256 library's Barrett's Algorithm: here
Where can I find a literature reference to the values:
Thanks!
The text was updated successfully, but these errors were encountered: