Page 1 of 1

Compute operations with big values in JavaCard?

Posted: Tue Dec 15, 2015 2:05 am
by wintstar
I am trying to write a javacard applet which will process the compute operations (addition and a multiplication) with big values.

Because my card version is JC2.2.2, the big values can only be represented by an array of bytes or an array of shorts.

If I define how to do a multiplication and an addition of two arrays, could I develop an applet to do what I want ?
Is there any demo code?

Re: Compute operations with big values in JavaCard?

Posted: Tue Dec 15, 2015 2:33 am
by UNKNwYSHSA
JavaCard v2.2.2
javacardx.framework.math
Class BigNumber

Has methods to add/multiply/subtract.