Is there any inbuilt packages in matlab for ecc?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Walter Roberson
am 4 Jun. 2018
No there is not.
https://www.mathworks.com/support/books/book66417.html is not built in.
2 Kommentare
Walter Roberson
am 4 Jun. 2018
There is no built-in MATLAB function for calculating the generator values.
Note: you can call Java from MATLAB.
Siehe auch
Kategorien
Mehr zu MATLAB Coder finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!