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
// The ZKPRequest message contains two fields: number and commitment. The number field is the random number generated by the server, and the commitment field is the commitment generated by the server. The ZKPResponse message contains only one field result which is a boolean value indicating whether the client has provided the correct response or not. The ZKP service contains only one method Verify which takes a ZKPRequest message as input and returns a ZKPResponse message as output.