mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
30da8390bd
This component decouples key distribution from the Messenger, enhancing code maintainability, extensibility and testability. It also alleviates the need to impact all methods potentially affecting encryption keys. Moreover, it allows key distribution inspection for integration tests. part of: status-im/status-desktop#10998