-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Sending encrypted DIDComm messages
- Loading branch information
1 parent
02fefa9
commit 2f12513
Showing
2 changed files
with
47 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@simonas-notcat I see a potential bug lurking here
If an identity can't decrypt, it may thrown an error causing the for loop to terminate prematurely.
It may be worth wrapping the decryption call in its own try/catch