python-axolotl
python-axolotl copied to clipboard
Python port of libaxolotl
Relaxes the protobuf dependency in tox.ini so that it matches the setup.py Solves #44
Adds a Github Action CI configuration and removes the Travis CI one – it's not working anyway. closes #42
Hi! I'm trying to package python-axolotl for Fedora, but the `protobuf==3.0.0b2` dependency is too strict. Could you please relax it to something more appropriate? Thanks!
Are there any plans for a migration to GitHub Actions?
The setup.py classifiers list it as production/stable, yet the version is
Hi, I am using Python 3.7 and with the command: `mediaKeyExpanded = HKDFv3().deriveSecrets(mediaK, "Image Keys", 112)` Displays the following error: > TypeError: string argument without an encoding The solution is...
The README references `KeyHelper.generateLastResortKey()`, but `KeyHelper` has no such function: ``` AttributeError: type object 'KeyHelper' has no attribute 'generateLastResortKey' ```
I think I've followed the instructions correctly but can't seem to install... This is the output I get when running setup.py: Any thoughts? ``` running install running bdist_egg running egg_info...
`GroupCipher.decrypt()` fails when trying to decrypt a message with tag "@user" inside the message
https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates Bug: https://bugs.gentoo.org/936053