react-native-fast-openpgp icon indicating copy to clipboard operation
react-native-fast-openpgp copied to clipboard

Decrypt and verify

Open Amanse opened this issue 4 months ago • 0 comments

Since the encrypt functions take a signedEntity to produce an encrypted and signed output, but the decrypt functions don't currently accept anything similar, and considering that the native Go code does support passing a signedEntity to decrypt functions — is there any plan to introduce decryptAndVerify functions that also take a public key string for signature verification?

EDIT: I see the js code does take signedEntity as input as well in decrypt functions, but the output had no indication if it passed and the documentation doesn't mention that it takes signedEntity parameter too

Amanse avatar Oct 04 '25 13:10 Amanse