You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to flint-devel
Sorry if this is a dumb question but I'm having trouble understanding the subject type. Is n the number of bits in the word (e.g. 64 for most modern machines) or is it the number of 64-bit words to use? Thank you.
Regards
Pete
Albin Ahlbäck
unread,
Jun 29, 2025, 1:48:55 PMJun 29
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to flint...@googlegroups.com, P. Padilla
Hi Pete,
`n' is the modulus, `ninv' is a precomputed inverse (have a look at the
paper by Granlund and Möller), and `norm' is the number of bits required
to "normalize" `n' (smallest `x' such that `n << x' sets the most
significant bit).