olm 3.2.10~dfsg-5ubuntu1 source package in Ubuntu
Changelog
olm (3.2.10~dfsg-5ubuntu1) jammy; urgency=low * Merge from Debian unstable. Remaining changes: - Don't use Ubuntu LDFLAGS for wasm build, because they are incompatible with wasm, causing a build failure. -- Gianfranco Costamagna <email address hidden> Thu, 17 Feb 2022 20:35:26 +0100
Upload details
- Uploaded by:
- Gianfranco Costamagna
- Uploaded to:
- Jammy
- Original maintainer:
- Matrix Packaging Team
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
olm_3.2.10~dfsg.orig.tar.xz | 313.8 KiB | 4df1a93b5354d941c132f1b6485462b0dcd1995eb276680a1546f7107173da4c |
olm_3.2.10~dfsg-5ubuntu1.debian.tar.xz | 14.3 KiB | 60632fe54c96e9940b8d1f9a96d88d28d93097cc3d19206842178cce3de6b83a |
olm_3.2.10~dfsg-5ubuntu1.dsc | 2.5 KiB | a57dd714471672adc410a0b37ec8cbdfc8ba49399defae8174388957239cef7f |
Available diffs
Binary packages built by this source
- libjs-olm: JavaScript compilation of 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 JavaScript libolm compiled as JavaScript.
- libolm-dev: development files 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 development files
for compiling programs that use olm.
- libolm3: implementation of the Double Ratchet cryptographic ratchet in C++
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.
- libolm3-dbgsym: debug symbols for libolm3
- python3-olm: 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 3 bindings for libolm.
- python3-olm-dbgsym: debug symbols for python3-olm