I am trying to implement a PoC of some variant of monero.
Currently for start, I want to generate the expression G*a*i^2
given all the scalars (a,i,2)
.
I've lost my way while looking at Monero libraries since the structs and the names of the functions and their inputs/outputs are not clear and well documented.
i^30
; is there an efficient way to do it? (the naive way of doing it in an iterative manner seems really inefficient). – Shak Aug 07 '18 at 06:46i
is of typekey
, while also temp. Though, temp is a point on the curve andi
is a scalar. How is it possible? – Shak Aug 07 '18 at 13:35