[ 源代码: python-omemo ]
软件包:python3-omemo(1.0.2-3)
Python 3 implementation of the OMEMO protocol
This python library offers an open implementation of the OMEMO Multi-End Message and Object Encryption protocol as specified here.
Goals of this implementation are:
* Do not use libsignal but offer a solid alternative to it * Stay away from GPL (not possible until we move away from libsignals wireformat) * Be flexible to changes that might happen to the OMEMO protocol * Keep the structure close to the spec * Provide the parts of the protocol (X3DH, Double Ratchet) as own repositories
This package provides the Python 3.x module.
其他与 python3-omemo 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python
-
- dep: python3-xeddsa (>= 1~)
- Python 3 implementation of the XEdDSA signature scheme