Add a new judge to support message reporting in an interoperable E2EE messaging setting!#1
Open
davidbeechey wants to merge 22 commits intomainfrom
Open
Add a new judge to support message reporting in an interoperable E2EE messaging setting!#1davidbeechey wants to merge 22 commits intomainfrom
davidbeechey wants to merge 22 commits intomainfrom
Conversation
for receiver verification of well-formedness of second's judge clause from the sender
TODO: E_J_2 and E_M_2 are never used and can be removed
fix outdated comments and reference to honours project rather than AMF paper in the places which have been modified
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is for my 4th year Honours Project at the University of Edinburgh, where I am exploring enabling user message reporting in interoperable E2EE messaging :) Opening as a PR in case I change something before it's "done".
A summary of the changes to the code/AMF scheme:
SP(sender provider) and renamesJtoRP(recipient provider)judgealgorithm is consequently split intorp_judgeandsp_judgej_forgebecomesrp_forge, and it needs its mirrorsp_forgerp_r_forgeandsp_r_forgeare created to handle deniability in the case where we have one service provider and the recipient's secret keysrp_sp_forgefor when both judge's secret keys (and recipient's) are exposedfrank,verify, andforgealgorithms are updated to support the new additions to the scheme