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
Implementation of the GKR protocol. This code verifies if an arithmetic circuit has been computed correctly.
About
Implementation of the GKR protocol. This code efficiently verifies if an arithmetic circuit has been computed correctly. My code should work on any circuit input. However, you need to modify the shape of the circuit created in the Circuit class for custom use.