1b8ad2dcfa
- update to 3.2.16: * * Fix and modernize the Python packaging * Fix building on various platforms when using CMake. - This release fixes unicode issues in the Python bindings, - Since this release does not have any changes that affect - Add functions to support Short Authentication String key - Add functions to perform public key signing. These are meant for use with cross-signing. The new functions are olm_clear_pk_signing, olm_pk_signing_key_from_seed, olm_pk_signature_length, and olm_pk_sign. Signatures generated by olm_pk_sign can be verified using - Improved compatibility with newer versions of Emscripten, - Add bindings for the public key encryption/decryption - Support for building using cmake. Thanks to Konstantinos - Add more functions for managing private keys in the public server-side encrypted key backups. The new functions are olm_pk_private_key_length, olm_pk_key_from_private, and deprecated: to generate a random key, use - BREAKING CHANGE: This release introduces a new API for the be much easier to use for Python developers. However, this - BREAKING CHANGE: Olm now uses WebAssembly which means it needs to load the wasm file asynchronously, and therefore needs to be started up asynchronously. The imported module now has an init() method which returns a promise. The library cannot be used until this promise resolves. - Using olm/olm.js will use the WebAssembly version of the - change spec and add devel pakage
Dirk Mueller2023-11-25 22:22:06 +00:00