You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
The text was updated successfully, but these errors were encountered: