Closed mariocao closed 5 years ago
This PR includes a new contract that implements:
The simultaneous multiplication computes 2 EC multiplications of the form kP + lQ, where:
kP + lQ
k
l
P
Q
Closes #7
This PR includes a new contract that implements:
The simultaneous multiplication computes 2 EC multiplications of the form
kP + lQ
, where:k
andl
are scalarsP
andQ
are EC points in affine coordinatesCloses #7