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

Implement megolm encryption/decryption #173

Merged
merged 2 commits into from
Aug 16, 2016
Merged

Implement megolm encryption/decryption #173

merged 2 commits into from
Aug 16, 2016

Conversation

richvdh
Copy link
Member

@richvdh richvdh commented Aug 16, 2016

Very early attempt at encryption/decryption implementation via megolm. You have
to c&p the keys manually.

Very early attempt at encryption/decryption implementation via megolm. You have
to c&p the keys manually.
sender_key: this._olmDevice.deviceCurve25519Key,
body: ciphertext,
session_id: this._outboundSessionId,
signature: "FIXME",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FIXME?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup. I haven't implemented the signing bit yet. It can stay as FIXME as a reminder to us all ;)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe add a comment with a TODO? probably not worth it though. I think it's fairly obvious what needs to be done to fix it.

@NegativeMjark
Copy link
Contributor

Otherwise LGTM.

break long line into two statements
@richvdh richvdh merged commit 9925b32 into develop Aug 16, 2016
@richvdh richvdh deleted the rav/group_e2e branch August 16, 2016 17:10
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