软件包:python-olm(2.2.2+git20170526.0fd768e+dfsg-1)
python-olm 的相关链接
Debian 的资源:
下载源码包 olm:
- [olm_2.2.2+git20170526.0fd768e+dfsg-1.dsc]
- [olm_2.2.2+git20170526.0fd768e+dfsg.orig.tar.gz]
- [olm_2.2.2+git20170526.0fd768e+dfsg-1.debian.tar.xz]
维护者:
外部的资源:
- 主页 [matrix.org]
相似软件包:
Python bindings for the olm Double Ratchet implementation
Olm is an implementation of the Double Ratchet cryptographic ratchet described by https://whispersystems.org/docs/specifications/doubleratchet/, written in C and C++11 and exposed as a C API.
This library also includes an implementation of the Megolm cryptographic ratchet which is intended for encrypted messaging applications where there may be a large number of recipients of each message, thus precluding the use of peer-to-peer encryption systems such as Olm.
Megolm is the end-to-end encryption system for the Matrix communications protocol.
This package contains the Python bindings for libolm.
其他与 python-olm 有关的软件包
|
|
|
|
-
- dep: libolm2 (<< 2.2.2+git20170526.0fd768e+dfsg-1.1~)
- implementation of the Double Ratchet cryptographic ratchet in C++
- dep: libolm2 (>= 2.2.2+git20170526.0fd768e+dfsg-1)
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-yaml
- YAML parser and emitter for Python