fix: improve error handling in encryption/decryption functions#124
fix: improve error handling in encryption/decryption functions#124ayu-ch wants to merge 1 commit intolighthouse-web3:mainfrom
Conversation
Signed-off-by: ayu-ch <ayu.chandekar@gmail.com>
|
/describe |
Titlefix: improve error handling in encryption/decryption functions User descriptionAims to solve the issue #123 PR TypeBug fix, Enhancement Description
Diagram Walkthroughflowchart LR
A["Encryption/Decryption Functions"] --> B["Custom Error Classes"]
B --> C["EncryptionError"]
B --> D["DecryptionError"]
D --> E["InvalidPasswordError"]
D --> F["CorruptedDataError"]
A --> G["Data Validation"]
G --> H["Password Verification"]
|
| Relevant files | |||||||
|---|---|---|---|---|---|---|---|
| Error handling |
|
|
/review |
|
/improve |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨
|
||||||||||||
Aims to solve the issue #123