-
Notifications
You must be signed in to change notification settings - Fork 452
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
Add Secondary Key to MasterKeyComponent #6462
Conversation
Why not use the Derived Keys functionality of LibNaCl for this? |
1921756
to
c2e7f80
Compare
src/tribler-core/tribler_core/components/masterkey/masterkey_component.py
Outdated
Show resolved
Hide resolved
4088562
to
b02e00b
Compare
I suspect the whole PR could be replaced with a single line of:
Hmm... 🤔 |
It is not possible, because this PR contains not only new logic for a MasterKeyComponent (which can be implemented in one line), but also refactoring and changes to the TagCommunity. |
0e9c84d
to
66ba43e
Compare
66ba43e
to
716ae65
Compare
716ae65
to
ab38f20
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This PR adds a Secondary Key to the MasterKeyComponent.
In PR:
Related to #6214 and addresses the anonymity issue of associating content with Public Key and IP.