I can see the tests here do some pre-processing on proof_a. I'm trying to do the same using JavaScript so i can then pass the value into a Solana Program. Could you share an example of how we can achieve the same thing in JS?
The code starting from this line https://github.com/Lightprotocol/groth16-solana/blob/master/src/groth16.rs#L316 does some transformation on proof_a which I can't find a way to accomplish in JS.
I can see the tests here do some pre-processing on proof_a. I'm trying to do the same using JavaScript so i can then pass the value into a Solana Program. Could you share an example of how we can achieve the same thing in JS?
The code starting from this line https://github.com/Lightprotocol/groth16-solana/blob/master/src/groth16.rs#L316 does some transformation on proof_a which I can't find a way to accomplish in JS.