Re: ECC Implementation in MATLAB



Pubkeybreaker wrote:
(1) MATLAB doesn't even have multiple precision.
(2) MATLAB is not aimed at problems involving exact arithmetic.

Well so long as it can handle large integers you can emulate modular
functions. If it's precision is fixed then, ya, you're proper fscked.

Or build it yourself from a multi-precision library such as GMP.

I disagree with this mostly because it doesn't involve using my
libraries instead.

Hy-oh!

Tom

.