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
Currently, we implement get_challenges, which gets all the challenge values in advance. But this is duplicating code from Plonky3's verifier, and we should therefore implement a public method on Plonky3 directly.