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.