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 our API takes ownership over the IO handle between the Prover and Verifier. Instead, our API should provide a poll-oriented buffered IO interface which does not require ownership of the platform IO handle.