STM32 PKA RSA Montgomery Parameter
The PKA peripheral can precompte the montgomery parameter, which is documented as "R2 mod n". If I compute this offline with R being the normal (2 ^ b) [b the numbers of bits in the modulus n], I am getting a different result than what PKA computes.
I did see there was a "computeR2.exe" for BlueNRG-LPS (also with PKA peripheral), but no source.
Is there anywhere documentation or source code of how to precompute the "Montgomery Parameter" used by the PKA peripheral ?
