I want to transform the result of the function "multiexp" in gpu from the form of "::Curve" to "&[u8]".I want to use function "to_uncompressed" and "from_uncompressed".But these methods are in "G1Projective" and I can not use them in a "::Curve" .
Please help me with this!
I want to transform the result of the function "multiexp" in gpu from the form of "::Curve" to "&[u8]".I want to use function "to_uncompressed" and "from_uncompressed".But these methods are in "G1Projective" and I can not use them in a "::Curve" .
Please help me with this!