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 methods process_inbound_messages() used by signer and coordinator do not
authenticate the data received. So while signers and the coordinator sign the messages
they send, the signature is not checked (neither by signers nor coordinator) within the
library and the responsibility is left for the implementers.
The text was updated successfully, but these errors were encountered:
The methods process_inbound_messages() used by signer and coordinator do not
authenticate the data received. So while signers and the coordinator sign the messages
they send, the signature is not checked (neither by signers nor coordinator) within the
library and the responsibility is left for the implementers.
The text was updated successfully, but these errors were encountered: