kmackay / micro-ecc

ECDH and ECDSA for 8-bit, 32-bit, and 64-bit processors.
BSD 2-Clause "Simplified" License
1.26k stars 460 forks source link

Expose point addition #197

Open amadeous opened 2 years ago

amadeous commented 2 years ago

For a project, I needed to perform point addition so I exposed this functionality. As it is a common operation, I thought it might benefit others.