Hello,
I've been looking through the NSS code, but it looks like there is a steep learning curve to understand exactly what's going on.

From what I can tell, RSA is implemented with CRT. Also, modular exponentation can be done with montgomery multiplication. However, I can't tell what the defaults are.

I'm try to figure out if:
- CRT is the default
- Montgomery multiplication is the default
- If blinding is enabled (I see code for it, but can't find it being used)


Any hints for finding out the answers, or the answers themselves, are much appreciated!

Thanks,
david


Reply via email to