How can I verify the hash of the plain text without being able to decrypt the cipher text?

I am building an E2EE chat app where there is one asymmetric key pair per group and one asymmetric key pair per user. All messages in a group chat are encrypted with the group public key and decrypted with the group private key.
When Alice… Continue reading How can I verify the hash of the plain text without being able to decrypt the cipher text?