Is there any inbuilt packages in matlab for ecc?
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Walter Roberson
2018-6-4
No there is not.
https://www.mathworks.com/support/books/book66417.html is not built in.
2 个评论
Walter Roberson
2018-6-4
There is no built-in MATLAB function for calculating the generator values.
Note: you can call Java from MATLAB.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!