Its an x86_64 assembly subroutine of bn_mul_mont which implements montgomery modular multiplication. Its heavily used in rsa comutations.

Just set a breakpoint in the debugger and have a look at the callstack.


Reply via email to