orlp / ed25519

Portable C implementation of Ed25519, a high-speed high-security public-key signature system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ge_madd and ge_add difference

cyrillicw opened this issue · comments

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

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