Closed DeMonkeyCoder closed 11 months ago
Name | Link |
---|---|
Latest commit | a0f020909412b88203226d6e64715f474817ad65 |
Latest deploy log | https://app.netlify.com/sites/taco-demo/deploys/65606d3e8f2f6d0008913c4e |
Name | Link |
---|---|
Latest commit | a0f020909412b88203226d6e64715f474817ad65 |
Latest deploy log | https://app.netlify.com/sites/taco-nft-demo/deploys/65606d3edb2c250008028dbd |
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
ad99762
) 88.00% compared to head (a0f0209
) 87.98%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks @alimahdiyar
Type of PR:
Required reviews:
What this does: Adds a more clear and understandable example code for Taco by separating the encrypt and decrypt functions
Why it's needed: It was not clear in the example how to create an encrypted message, send it somewhere else, and decrypt it later. The decryption code parts were using objects from encryption. So I separated encrypt and decrypt functions to show the users how they can be separately used.