-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hello, given that I am neither a computer scientist nor a mathematician, but reading the text it seems to me that there is a bit of confusion regarding the definition of the sum and product operations defined on the elliptic curve. Some things in the text are not very clear to me. For example: "I realized that G + G is not 2 * G in this SunEC implementation". What do you mean by 2 * G? This is classical multiplication or "strange" multiplication?
I would like to understand the java code and do some experiments, but having never used this language I waste some time understanding the syntax and how it is structured (I'm learning about classes, objects, etc..). However, I think I have understood mathematical theory of elliptic curves quite well. I would like to understand the code to see if it matches the theory and try to do some tests.
Thanks for your hard work.