ecdsa point addition
Closed this issue · 1 comments
OSoup commented
Hello,
Can I use ecdsa point addition or multiplication using this library?
Thanks!
cdottori-stark commented
Hello,
It is not the exposed functionality of the library and, as such, it can more easily suffer breaking changes. However, it is indeed possible to perform ecdsa point addition and multiplication using the internal Math.multiply and Math.add methods.
Hope you find it useful!