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 are only testing happy paths. We need to implement "malicious" rounds that try to forge/misconstruct various proofs to hit the corresponding verification checks. Those can be also exposed at the session level (a MaliciousSession taking an enum signifying what step misbehaves?) so that the users of the library could test handling of various session errors.
The text was updated successfully, but these errors were encountered:
Currently we are only testing happy paths. We need to implement "malicious" rounds that try to forge/misconstruct various proofs to hit the corresponding verification checks. Those can be also exposed at the session level (a
MaliciousSession
taking an enum signifying what step misbehaves?) so that the users of the library could test handling of various session errors.The text was updated successfully, but these errors were encountered: