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 a part of #1425, we are adding class functions which can be used to convert in and out of montgomery form and also to calculate the montgomery product or inverse. These functions all require bitsize and modulus p. For now it is easy to use the bitsize in the calculations, but adding the modulus as a class member would be require all instances of QMontgomeryUInt to instantiate with p. We leave that as a TODO action item for now.
The text was updated successfully, but these errors were encountered:
As a part of #1425, we are adding class functions which can be used to convert in and out of montgomery form and also to calculate the montgomery product or inverse. These functions all require bitsize and modulus p. For now it is easy to use the bitsize in the calculations, but adding the modulus as a class member would be require all instances of QMontgomeryUInt to instantiate with p. We leave that as a TODO action item for now.
The text was updated successfully, but these errors were encountered: