Is there any inbuilt packages in matlab for ecc?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Walter Roberson
el 4 de Jun. de 2018
No there is not.
https://www.mathworks.com/support/books/book66417.html is not built in.
2 comentarios
Walter Roberson
el 4 de Jun. de 2018
There is no built-in MATLAB function for calculating the generator values.
Note: you can call Java from MATLAB.
Ver también
Categorías
Más información sobre MATLAB Coder en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!