orlp/ed25519

ge_madd and ge_add difference

cyrillicw opened this issue · 1 comments

Is there any difference between ge_add and ge_madd functions except for the fact that they accept different types of points representation?

orlp commented

I don't know, these functions directly come from the reference implementation. I did not write them.