Sulyman
Sulyman
Is there anybody who solve the compilation error on Mac?
I want to implement elliptic.Curve interface with ristretto via followings: func GenerateKey(curve Curve, rand io.Reader) (priv []byte, x, y *big.Int, err error) func Marshal(curve Curve, x, y *big.Int) []byte func...
> x = X/Z, y = Y/Z given we're not dealing with the point-at-infinity. Why does this come up working with Ristretto? Yes, it is. what about from affine (x,y)...
Nobody solves this issue?