Consider I have two numbers a and b. Is that possible to calculate a^b inside a javacard?
Few month ago I saw a master thesis (that I could not find it again!) who had used crypto resources like RSA engine in javacard to calculate BigNumber multiplication. Does anyone know a similar or other solution to handle this problem?
Thanks in Advance,
Thanks to @vlp answer, I could find an example applet inside JCMathLib github that I could use for big number calculations. This is the sample applet I used:
and these are sample APDUs I used for my test:
I did'nt add dependencies to my answer to be brief, they can be found in the github link above.
Thank you again vlp.