This function should decrypt and verify the signature of the received message, then pass the plaintext message to the callback. Upon a failed signature verification, the message and an error will be passed back to the callback. This way the client can choose what to do with the unverified message.
This function should be called by the client upon the receipt of an encrypted message, and should handle all the necessary e2ee actions for that client.
This function should decrypt and verify the signature of the received message, then pass the plaintext message to the callback. Upon a failed signature verification, the message and an error will be passed back to the callback. This way the client can choose what to do with the unverified message.
This function should be called by the client upon the receipt of an encrypted message, and should handle all the necessary e2ee actions for that client.