Skip to content

Implement the decryptAndVerify function #12

Description

@ajberchek

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions