-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[omemo] Added recipes needed to build omemo module #1444
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
Conversation
That's a lot of recipes thanks! |
e27ee7c
to
424479c
Compare
@AndreMiras URLs are fixed. |
Thanks it's looking good. |
@goffi-contrib #1437 just got merged. Do you mind rebasing to see if Travis is now happy about it? |
424479c
to
1fb74b4
Compare
@AndreMiras done :) |
@AndreMiras still the same missing autoreconf issue: |
Yes basically everything that relies on |
OMEMO is an end to end encryption algorithm used in XMPP. This recipe add the module implementing it + its dependencies. The following dependencies have been added: - DoubleRatchet - PyNaCl, - X3DH - XEdDSA This has been tested working with python 2.
1fb74b4
to
8a376e3
Compare
OMEMO is an end to end encryption algorithm used in XMPP. This recipe
add the module implementing it + its dependencies.
The following dependencies have been added:
- DoubleRatchet
- PyNaCl,
- X3DH
- XEdDSA
This has been tested working with python 2.