Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds decrypt_legacy to decrypt data from previous version #80

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

hughy
Copy link
Contributor

@hughy hughy commented Sep 11, 2024

we recently made changes to the 'multienc' module that changed the structure of encrypted data

since it's possible that users have exported multisig accounts encrypted using the old legacy encryption methods we need to support decryption of that data

adds MultiRecipientBlob back into the multienc module behind the std feature and defines 'decrypt_legacy' for use decrypting these blobs

we recently made changes to the 'multienc' module that changed the structure of
encrypted data

since it's possible that users have exported multisig accounts encrypted using
the old legacy encryption methods we need to support decryption of that data

adds MultiRecipientBlob back into the multienc module behind the std feature and
defines 'decrypt_legacy' for use decrypting these blobs
@hughy hughy merged commit faf310a into no-std Sep 12, 2024
2 checks passed
@hughy hughy deleted the fix/hughy/decrypt-legacy branch September 12, 2024 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants