Is there any inbuilt packages in matlab for ecc?

7 views (last 30 days)
I am implementing ecc using matlab with 112bit keysize. But it is taking more than 24hrs for computation. In java we have a package called bouncycastle for ecc. So, is there any inbuilt packages in matlab?

Answers (1)

Walter Roberson
Walter Roberson on 4 Jun 2018
  2 Comments
K Kaushik Subudhi
K Kaushik Subudhi on 4 Jun 2018
while calculating the generator for such a big keysize it take time. Is there any function for calculating only the generator values?
Walter Roberson
Walter Roberson on 4 Jun 2018
There is no built-in MATLAB function for calculating the generator values.
Note: you can call Java from MATLAB.

Sign in to comment.

Categories

Find more on Dynamic System Models in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!