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
We already agreed on the idea of cgoDoClientBusiness in which the cgo library would receive the response message and do all the verifications then return the verification results to the OTR addon.
Given that we would have a client module in protocol package, should we write the CONIKS client completely in Go and expose some high-level APIs such as
cgoInitClient(username, key)
cgoDoRegistration(username)
cgoDoLookup(username)
cgoDoMonitoring(username)
cgoGetLastError - this function returns the last error of the verification, then the OTR addon could use this error message to show up to the GUI.
The text was updated successfully, but these errors were encountered:
We already agreed on the idea of
cgoDoClientBusiness
in which the cgo library would receive the response message and do all the verifications then return the verification results to the OTR addon.Given that we would have a client module in
protocol
package, should we write the CONIKS client completely in Go and expose some high-level APIs such ascgoInitClient(username, key)
cgoDoRegistration(username)
cgoDoLookup(username)
cgoDoMonitoring(username)
cgoGetLastError
- this function returns the last error of the verification, then the OTR addon could use this error message to show up to the GUI.The text was updated successfully, but these errors were encountered: