-
- Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels