Is there any inbuilt packages in matlab for ecc?
1 view (last 30 days)
Show older comments
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?
0 Comments
Answers (1)
Walter Roberson
on 4 Jun 2018
No there is not.
https://www.mathworks.com/support/books/book66417.html is not built in.
2 Comments
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.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!